09a3d3ab17
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Waiting to run
Python check requirements.txt / check-requirements (push) Waiting to run
Python Type-Check / python type-check (push) Waiting to run
Update Operations Documentation / update-ops-docs (push) Waiting to run
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
13 lines
667 B
Plaintext
13 lines
667 B
Plaintext
-r ../../requirements/requirements-convert_legacy_llama.txt
|
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
pillow~=11.3.0
|
|
|
|
## Embedding Gemma requires PyTorch 2.6.0 or later, bumped to 2.11.0 for compatibility
|
|
torch==2.11.0; platform_machine != "s390x" # check_requirements: ignore "=="
|
|
torchvision==0.26.0; platform_machine != "s390x" # check_requirements: ignore "=="
|
|
|
|
# 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" # check_requirements: ignore "=="
|
|
torchvision>=0.0.0.dev0; platform_machine == "s390x" # check_requirements: ignore "=="
|