Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -23,7 +23,12 @@ scipy
|
|
23 |
matplotlib
|
24 |
pprintpp
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
23 |
matplotlib
|
24 |
pprintpp
|
25 |
|
26 |
+
transformers
|
27 |
+
datasets
|
28 |
+
accelerate
|
29 |
+
nvidia-ml-py3
|
30 |
+
|
31 |
+
-f https://download.pytorch.org/whl/cu116
|
32 |
+
torch
|
33 |
+
torchvision
|
34 |
+
torchaudio
|