diff --git a/backend/python/llama-cpp-quantization/requirements-cpu.txt b/backend/python/llama-cpp-quantization/requirements-cpu.txt index 4faf5a46e..a4719c2cc 100644 --- a/backend/python/llama-cpp-quantization/requirements-cpu.txt +++ b/backend/python/llama-cpp-quantization/requirements-cpu.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.10.0 +torch==2.12.1 transformers>=4.56.2 huggingface-hub>=1.3.0 sentencepiece diff --git a/backend/python/sglang/requirements-cpu.txt b/backend/python/sglang/requirements-cpu.txt index ad467ffa8..3387ca900 100644 --- a/backend/python/sglang/requirements-cpu.txt +++ b/backend/python/sglang/requirements-cpu.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu accelerate -torch==2.9.0 +torch==2.12.1 torchvision torchaudio transformers