requirements-convert_hf_to_gguf.txt 383 B

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