mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-26 11:45:21 +00:00
* common: update requirements.txt to include pytorch nightly for s390x Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> * common: fix torch installation via pip for s390x Signed-off-by: Aaron Teo <aaron.teo1@ibm.com> --------- Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
-r ./requirements-convert_legacy_llama.txt
|
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
torch~=2.2.1; platform_machine != "s390x"
|
|
|
|
# torch s390x packages can only be found from nightly builds
|
|
--extra-index-url https://download.pytorch.org/whl/nightly
|
|
torch>=0.0.0.dev0; platform_machine == "s390x"
|