Spaces:
Running on Zero
Running on Zero
Remove torch packages from requirements
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
einops
|
| 4 |
matplotlib
|
| 5 |
opencv-python
|
|
@@ -13,4 +11,4 @@ transformers==4.47.0
|
|
| 13 |
triton==3.0.0
|
| 14 |
ncut_pytorch==2.3.0
|
| 15 |
datasets
|
| 16 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
| 1 |
einops
|
| 2 |
matplotlib
|
| 3 |
opencv-python
|
|
|
|
| 11 |
triton==3.0.0
|
| 12 |
ncut_pytorch==2.3.0
|
| 13 |
datasets
|
| 14 |
+
huggingface_hub
|