oneuptime/LLM/requirements.txt

11 lines
169 B
Plaintext
Raw Normal View History

2023-10-15 17:14:15 +00:00
# Hugging Face Transformers
transformers==4.41.2
2023-10-15 17:14:15 +00:00
2023-10-16 10:45:15 +00:00
# Rest api related stuff.
fastapi===0.109.1
2023-10-16 10:45:15 +00:00
uvicorn===0.23.2
pydantic===2.4.2
# Rest of the app
APScheduler===3.10.4