]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ci : update requirements.txt
authorGeorgi Gerganov <redacted>
Tue, 3 Dec 2024 18:59:19 +0000 (20:59 +0200)
committerGeorgi Gerganov <redacted>
Tue, 3 Dec 2024 19:05:37 +0000 (21:05 +0200)
ggml-ci

ci/run.sh
requirements.txt

index 9833de7f0608030a0ee6d305fd7164c2b8b24cf5..49f95fb8b5a9e79e45e2f3d2b66f2a1bacdacd34 100644 (file)
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -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
 
 
index cae85914a495eb25c26b3aa4548e7df5d9fda1b8..3e58fe6d706c21e58effde101cbc4b9fec80b10c 100644 (file)
@@ -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