Skip to content

Commit

Permalink
ci : update requirements.txt
Browse files Browse the repository at this point in the history
ggml-ci
  • Loading branch information
ggerganov committed Dec 3, 2024
1 parent 5094b69 commit 69d065e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ if [ -z ${GG_BUILD_LOW_PERF} ]; then
source "$MNT/venv/bin/activate"

pip install -r ${SRC}/requirements.txt --disable-pip-version-check
pip install --editable gguf-py --disable-pip-version-check
fi


Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
accelerate==0.19.0
numpy>=1.24.4
numpy>=2.0.2
sentencepiece~=0.1.98
torchvision>=0.15.2
transformers>=4.35.2,<5.0.0
gguf>=0.1.0
keras==2.15.0
tensorflow==2.15.0
keras==3.5.0
tensorflow==2.18.0

--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.2.1
torch~=2.5.1

0 comments on commit 69d065e

Please sign in to comment.