Skip to content

Commit 8543815

Browse files
committed
Fix python requirements installation
1 parent dba44d8 commit 8543815

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rebuild_llama.cpp.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Set-Location -Path "../"
147147

148148
conda activate llama.cpp
149149

150-
pip install -r ./requirements.txt
150+
# We are making sure to always use the latest version.
151+
pip install --ignore-installed -r ./requirements.txt
151152

152153
Set-Location -Path "../../"
153154

vendor/llama.cpp

0 commit comments

Comments
 (0)