Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
setzer22 committed Mar 14, 2023
1 parent faafc39 commit 59da939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ cargo run --release -- -m /data/Llama/LLaMA/7B/ggml-model-q4_0.bin -p "Tell me h
Contributions welcome! Here's a few pressing issues:
- [ ] The code only sets the right CFLAGS on Linux. The `build.rs` script in
`ggml_raw` needs to be fixed.
`ggml_raw` needs to be fixed, so inference *will be very slow on every
other OS*.
- [ ] The quantization code has not been ported (yet). You can still use the
quantized models with llama.cpp.
- [ ] The code needs to be "library"-fied. It is nice as a showcase binary, but
Expand Down

0 comments on commit 59da939

Please sign in to comment.