AlexandreScriptsMT commited on
Commit
172758a
·
verified ·
1 Parent(s): a5f1fed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- fastapi
2
- --extra-index-url https://github.io
3
- llama-cpp-python
 
 
4
  uvicorn
5
- gradio
 
1
+ transformers[sentencepiece]==4.40.0
2
+ torch==2.2.0+cpu
3
+ safetensors
4
+ huggingface-hub
5
+ gradio==3.40.0
6
  uvicorn
7
+ fastapi