Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
torch==2.0.1+cu118
|
3 |
+
torchvision==0.15.2+cu118
|
4 |
+
torchaudio==2.0.2+cu118
|
5 |
+
transformers
|
6 |
+
sentence-transformers
|
7 |
+
faiss-gpu
|
8 |
+
datasets
|
9 |
+
peft
|
10 |
+
pytest
|
11 |
+
numpy
|
12 |
+
gradio
|
13 |
+
wandb
|
14 |
+
gradio_client
|