SmolFactory / requirements /requirements_quantization.txt
testtest123's picture
cleanup a bit the files
ad3b15d unverified
raw
history blame
337 Bytes
# Quantization Dependencies
# Core quantization libraries
torchao>=0.1.0
bitsandbytes>=0.41.0
# Transformers with quantization support
transformers>=4.36.0
# Hugging Face Hub for model pushing
huggingface_hub>=0.19.0
# Optional: For better performance
accelerate>=0.24.0
safetensors>=0.4.0
# Optional: For monitoring
datasets>=2.14.0