From: Georgi Gerganov Date: Tue, 3 Dec 2024 18:59:19 +0000 (+0200) Subject: ci : update requirements.txt X-Git-Tag: upstream/0.0.1642~99 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=69d065e717811e66dc6dcfe87505b88a3c12401e;p=pkg%2Fggml%2Fsources%2Fggml ci : update requirements.txt ggml-ci --- diff --git a/ci/run.sh b/ci/run.sh index 9833de7f..49f95fb8 100644 --- 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 diff --git a/requirements.txt b/requirements.txt index cae85914..3e58fe6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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