opinion_2_dev / requirements.txt
broadfield-dev's picture
Update requirements.txt
92480fe verified
raw
history blame contribute delete
331 Bytes
flask==2.3.3
requests==2.31.0
transformers==4.39.3
torch==2.2.1
numpy<2.0 # Maintain NumPy compatibility with torch
bitsandbytes>=0.43.1 # Latest for CPU quantization
accelerate>=0.28.0 # For quantization support
huggingface_hub>=0.20.0 # For programmatic login
beautifulsoup4==4.12.2 # For web scraping
tiktoken
einops
pytest