1-r ./requirements-convert_legacy_llama.txt
2--extra-index-url https://download.pytorch.org/whl/cpu
3
4## Embedding Gemma requires PyTorch 2.6.0 or later
5torch~=2.6.0; platform_machine != "s390x"
6
7# torch s390x packages can only be found from nightly builds
8--extra-index-url https://download.pytorch.org/whl/nightly
9torch>=0.0.0.dev0; platform_machine == "s390x"