Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xnm/llama-rust
https://github.com/0xnm/llama-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xnm/llama-rust
- Owner: 0xnm
- Created: 2024-06-02T07:59:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:06:01.000Z (3 months ago)
- Last Synced: 2024-10-24T09:09:15.516Z (2 months ago)
- Language: Rust
- Size: 52.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One more port of llama2.c inference engine in Rust
## Should I use it?
No. It is just a 1-to-1 rewrite of C code in non-idiomatic Rust.
Credits: https://github.com/karpathy/llama2.c