Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -13,6 +13,9 @@ InstructorEmbedding==1.0.1
|
|
13 |
# --find-links https://download.pytorch.org/whl/torch_stable.html
|
14 |
# torch==1.7.1+cpu
|
15 |
# torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
|
|
|
16 |
sentence-transformers==2.2.2
|
17 |
|
18 |
loguru
|
|
|
13 |
# --find-links https://download.pytorch.org/whl/torch_stable.html
|
14 |
# torch==1.7.1+cpu
|
15 |
# torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
16 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
17 |
+
torch
|
18 |
+
torchvision
|
19 |
sentence-transformers==2.2.2
|
20 |
|
21 |
loguru
|