Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets==2.14.5
|
2 |
+
gradio==3.46.0
|
3 |
+
pandas==1.5.3
|
4 |
+
pinecone-client==2.2.4
|
5 |
+
sentence-transformers==2.2.2
|
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==0.6.1
|
10 |
+
torchsummary==1.5.1
|
11 |
+
torchtext==0.15.2
|
12 |
+
torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.15.2%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=19ca4ab5d6179bbe53cff79df1a855ee6533c2861ddc7389f68349d8b9f8302a
|
13 |
+
transformers==4.18.0
|