2025-07-28 15:01:48 +02:00
|
|
|
mistral-common>=1.8.3
|
|
|
|
|
|
2024-07-05 07:53:33 +03:00
|
|
|
-r ./requirements-convert_legacy_llama.txt
|
2024-07-07 07:23:38 -04:00
|
|
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
2025-09-09 06:06:52 +02:00
|
|
|
|
|
|
|
|
## Embedding Gemma requires PyTorch 2.6.0 or later
|
|
|
|
|
torch~=2.6.0; platform_machine != "s390x"
|
2025-05-23 02:31:29 +08:00
|
|
|
|
|
|
|
|
# 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"
|