Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.4.1
|
2 |
+
torchvision==0.19.1
|
3 |
+
transformers==4.44.2
|
4 |
+
nnsight==0.3.5
|
5 |
+
pillow @ file:///croot/pillow_1714398848491/work
|
6 |
+
numpy==1.26.4
|
7 |
+
matplotlib==3.9.1
|
8 |
+
pandas==2.2.2
|