UofTearsBotAPI / requirements.txt
42Cummer's picture
Update requirements.txt
231999e verified
raw
history blame contribute delete
302 Bytes
flask==3.0.3
flask-cors==6.0.0
gunicorn==22.0.0
gevent==24.2.1
# llama.cpp python bindings (use prebuilt CPU wheels)
llama-cpp-python==0.2.90
# for downloading the GGUF from the Hub at startup
huggingface_hub>=0.23.0
# other stuff
torch
transformers
pydantic
python-dotenv
fastapi
uvicorn[standard]