6 releases
0.0.8 | Sep 2, 2023 |
---|---|
0.0.7 | Jun 22, 2023 |
0.0.6 | May 3, 2023 |
0.0.4 | Apr 29, 2023 |
#744 in Machine learning
30 downloads per month
98KB
2K
SLoC
rusty-ggml
GGML bindings that aim to be idiomatic Rust rather than directly corresponding to the C/C++ interface.
GG-what?
See:
- https://github.com/ggerganov/ggml/
- https://github.com/KerfuffleV2/ggml-sys-bleedingedge ( https://crates.io/crates/ggml-sys-bleedingedge )
WIP
Not suitable for general use. Consider this to be pre-alpha code.
v0.0.8
Warning: Keeping this in sync with recent GGML changes has lagged. It compiles and seems to work but there might be weird stuff I haven't caught.
Note: There are special considerations when using GPU features like cublas
, hipblas
. See the ggml-sys-bleedingedge
repo or crate documentation for more information
Example usage: https://github.com/KerfuffleV2/smolrsrwkv/blob/189915ec68b28d057b440f75803d3d056e150733/smolrwkv/src/ggml/graph.rs
Related
For your token sampling needs see https://github.com/KerfuffleV2/llm-samplers ( https://crates.io/crates/llm-samplers )
Dependencies
~12MB
~205K SLoC