kiosk_vanilla / requirements.txt
Monish Vijay Kumar
Deploy Northwestern CS Kiosk Docker Space with checkpoint and inference runtime
7056be6
Raw
History Blame
260 Bytes
# Kiosk vanilla — backend + local LM inference
pandas>=1.5
requests>=2.31
python-dotenv>=1.0
fastapi>=0.110
uvicorn>=0.23
httpx>=0.26
# Vanilla LM (via MSAI_Text_Generation on PYTHONPATH / MSAI_ROOT)
torch>=2.0.0
tokenizers>=0.15.0
pyyaml>=6.0
tqdm>=4.66.0