Skip to content

Commit

Permalink
Pin compatible llama.cpp version in README
Browse files Browse the repository at this point in the history
Since `llama-server` seems to change frequently.
  • Loading branch information
hecrj committed Nov 27, 2024
1 parent bfbfb9b commit c1df812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ No pre-built binaries yet! Use `cargo` to try it out:
cargo install --git https://github.com/hecrj/icebreaker.git
```

You also need either [`llama.cpp`] or [Docker] installed, for now.
You also need either [`llama.cpp@9f91251`] or [Docker] installed, for now.

[`llama.cpp`]: https://github.com/ggerganov/llama.cpp
[`llama.cpp@9f91251`]: https://github.com/ggerganov/llama.cpp/tree/9f912511bc9414fa7a3c521378b6388cd932b58d
[Docker]: https://www.docker.com/


Expand Down

0 comments on commit c1df812

Please sign in to comment.