torch
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
transformers @ git+https://github.com/huggingface/transformers.git@9ccea7acb1a75dc18d47906dc9baed883ccfeb19
|
2 |
-
datasets==2.6.1
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers @ git+https://github.com/huggingface/transformers.git@9ccea7acb1a75dc18d47906dc9baed883ccfeb19
|
2 |
+
datasets==2.6.1
|
3 |
+
torch @ https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp37-cp37m-linux_x86_64.whl
|
4 |
+
torchaudio @ https://download.pytorch.org/whl/cu113/torchaudio-0.12.1%2Bcu113-cp37-cp37m-linux_x86_64.whl
|
5 |
+
torchsummary==1.5.1
|
6 |
+
torchtext==0.13.1
|
7 |
+
torchvision @ https://download.pytorch.org/whl/cu113/torchvision-0.13.1%2Bcu113-cp37-cp37m-linux_x86_64.whl
|