jhj0517
commited on
Commit
•
dffd539
1
Parent(s):
dab3797
Set nvidia gpu requirements to defaults
Browse files- requirements-cpu.txt +13 -0
- requirements.txt +4 -0
requirements-cpu.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Torch is automatically installed with following dependencies
|
2 |
+
|
3 |
+
numpy>=1.26.4
|
4 |
+
opencv-python-headless
|
5 |
+
imageio-ffmpeg>=0.5.1
|
6 |
+
lmdb>=1.4.1
|
7 |
+
timm>=1.0.7
|
8 |
+
rich>=13.7.1
|
9 |
+
albumentations>=1.4.10
|
10 |
+
ultralytics
|
11 |
+
tyro
|
12 |
+
dill
|
13 |
+
gradio
|
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
numpy>=1.26.4
|
2 |
opencv-python-headless
|
3 |
imageio-ffmpeg>=0.5.1
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
|
5 |
numpy>=1.26.4
|
6 |
opencv-python-headless
|
7 |
imageio-ffmpeg>=0.5.1
|