Spaces:
Runtime error
Runtime error
requirements upload
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
lightning==2.1.2
|
3 |
+
lightning-utilities==0.9.0
|
4 |
+
python-box==7.1.1
|
5 |
+
python-dateutil==2.8.2
|
6 |
+
python-louvain==0.16
|
7 |
+
python-slugify==8.0.1
|
8 |
+
python-utils==3.8.1
|
9 |
+
pytorch-lightning==2.1.2
|
10 |
+
torch @ https://download.pytorch.org/whl/cu118/torch-2.1.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=a81b554184492005543ddc32e96469f9369d778dedd195d73bda9bed407d6589
|
11 |
+
torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.1.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=cdfd0a129406155eee595f408cafbb92589652da4090d1d2040f5453d4cae71f
|
12 |
+
torchdata==0.7.0
|
13 |
+
torchmetrics==1.2.0
|
14 |
+
torchsummary==1.5.1
|
15 |
+
torchtext==0.16.0
|
16 |
+
torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.16.0%2Bcu118-cp310-cp310-linux_x86_64.whl#sha256=033712f65d45afe806676c4129dfe601ad1321d9e092df62b15847c02d4061dc
|
17 |
+
sentencepiece==0.1.99
|