summaryrefslogtreecommitdiff
path: root/llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
blob: 122b4788d9199bf8015a2056d354b289b2ac7b8f (plain)
1
2
3
4
5
6
7
8
9
-r ./requirements-convert_legacy_llama.txt
--extra-index-url https://download.pytorch.org/whl/cpu

## Embedding Gemma requires PyTorch 2.6.0 or later
torch~=2.6.0; 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"