Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
datasets
|
2 |
-
gradio
|
3 |
-
pandas
|
4 |
pinecone-client
|
5 |
sentence-transformers
|
6 |
SPLADE @ git+https://github.com/naver/splade.git@3781228d5f07e7a6ae14a479e469a715de79e976
|
7 |
torch @ https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=a7a49d459bf4862f64f7bc1a68beccf8881c2fa9f3e0569608e16ba6f85ebf7b
|
8 |
torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.0.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=26692645ea061a005c57ec581a2d0425210ac6ba9f923edf11cc9b0ef3a111e9
|
9 |
-
torchdata
|
10 |
-
torchsummary
|
11 |
-
torchtext
|
12 |
torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=19ca4ab5d6179bbe53cff79df1a855ee6533c2861ddc7389f68349d8b9f8302a
|
13 |
transformers
|
14 |
requests
|
|
|
1 |
+
datasets
|
2 |
+
gradio
|
3 |
+
pandas
|
4 |
pinecone-client
|
5 |
sentence-transformers
|
6 |
SPLADE @ git+https://github.com/naver/splade.git@3781228d5f07e7a6ae14a479e469a715de79e976
|
7 |
torch @ https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=a7a49d459bf4862f64f7bc1a68beccf8881c2fa9f3e0569608e16ba6f85ebf7b
|
8 |
torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.0.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=26692645ea061a005c57ec581a2d0425210ac6ba9f923edf11cc9b0ef3a111e9
|
9 |
+
torchdata
|
10 |
+
torchsummary
|
11 |
+
torchtext
|
12 |
torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=19ca4ab5d6179bbe53cff79df1a855ee6533c2861ddc7389f68349d8b9f8302a
|
13 |
transformers
|
14 |
requests
|