Spaces:
Running
Running
Create requirements_gpu.txt
Browse files- requirements_gpu.txt +17 -0
requirements_gpu.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#gradio==3.41.2
|
2 |
+
gradio==5.10.0
|
3 |
+
numpy
|
4 |
+
pillow
|
5 |
+
huggingface_hub
|
6 |
+
scikit-image
|
7 |
+
pandas
|
8 |
+
opencv-python>=4.6.0
|
9 |
+
hbutils>=0.9.0
|
10 |
+
dghs-imgutils[gpu]>=0.2.3
|
11 |
+
#### pip install onnxruntime-gpu==1.17.0 --index-url=https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple
|
12 |
+
onnxruntime-gpu==1.17.0
|
13 |
+
#dghs-imgutils>=0.2.3
|
14 |
+
#onnxruntime
|
15 |
+
httpx
|
16 |
+
|
17 |
+
datasets
|