# Requirements for downloading models only
# Install these ONLY to run DownloadModels.py
# After models are downloaded, you can use requirements.txt instead

# IMPORTANT: Must match version constraints from transformers and tokenizers
# transformers 4.46.3 requires: huggingface-hub<1.0,>=0.23.2
# tokenizers 0.20.3 requires: huggingface-hub<1.0,>=0.16.4
huggingface_hub>=0.23.2,<1.0
hf_transfer
hf_xet

