Spaces:
Running
on
L4
Running
on
L4
Add torch, torchvision in requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
einops==0.7.0
|
2 |
jaxtyping==0.2.31
|
3 |
omegaconf==2.3.0
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
einops==0.7.0
|
4 |
jaxtyping==0.2.31
|
5 |
omegaconf==2.3.0
|