Spaces:
Sleeping
Sleeping
modified: install_env.sh
Browse files- install_env.sh +1 -1
install_env.sh
CHANGED
|
@@ -6,4 +6,4 @@ pip install transformers datasets pyserini
|
|
| 6 |
|
| 7 |
conda install -c pytorch -c nvidia faiss-gpu=1.8.0 -y
|
| 8 |
|
| 9 |
-
pip install uvicorn fastapi huggingface_hub pydantic hf_transfer accelerate
|
|
|
|
| 6 |
|
| 7 |
conda install -c pytorch -c nvidia faiss-gpu=1.8.0 -y
|
| 8 |
|
| 9 |
+
pip install uvicorn fastapi huggingface_hub pydantic hf_transfer accelerate gradio
|