Skip to content

Commit

Permalink
fix: use llama-cpp-python 0.3.3
Browse files Browse the repository at this point in the history
Fixes #98

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Feb 25, 2025
1 parent d2ce3fd commit db19780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git clone https://github.com/abetlen/llama-cpp-python --no-checkout --recurse-submodules
cd llama-cpp-python
git checkout v0.3.2
git checkout v0.3.7
git submodule update
git fetch origin pull/1552/head
git rebase ffc47e5a95cf31fe6d9d6d7953d5eb17fdcc8513

0 comments on commit db19780

Please sign in to comment.