Spaces:
Running
on
A100
Squashed commit of the following:
Browse filescommit 91851418a19d8015baeb13e1e48f1f763f75c2e0
Author: Julian Bilcke <[email protected]>
Date: Thu Aug 21 13:56:18 2025 +0200
small dependency fix
commit 46d0996f091f6f9ba102e9174cdc6d5f61b5a41c
Author: Julian Bilcke <[email protected]>
Date: Wed Aug 20 18:42:09 2025 +0200
small dependency fix
commit bcae8c0f0eea42f6a7d7d7a74d8a33b9e8bac297
Author: Julian Bilcke <[email protected]>
Date: Wed Aug 20 00:31:35 2025 +0200
small dependency fix
commit 5097c15de7df80c58f2ead1027ab9785b1cf2683
Author: Julian Bilcke <[email protected]>
Date: Tue Aug 19 19:48:26 2025 +0200
small dependency fix
commit 763997ce9e9cac0ebdddacb9d50f3c0625a1c1c6
Author: Julian Bilcke <[email protected]>
Date: Tue Aug 19 17:28:12 2025 +0200
fix python dependency issue
- requirements.txt +19 -5
@@ -39,9 +39,19 @@ networkx==3.3
|
|
39 |
ninja==1.11.1.4
|
40 |
numpy==2.1.2
|
41 |
nvidia-ml-py==12.575.51
|
42 |
-
|
43 |
-
|
44 |
-
nvidia-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
nvitop==1.5.2
|
46 |
opencv-python-headless==4.12.0.88
|
47 |
packaging==25.0
|
@@ -59,11 +69,15 @@ safetensors==0.5.3
|
|
59 |
sentencepiece==0.2.0
|
60 |
setuptools==78.1.1
|
61 |
six==1.17.0
|
62 |
-
sympy==1.13.
|
63 |
tokenizers==0.21.4
|
64 |
tqdm==4.67.1
|
65 |
transformers==4.54.1
|
66 |
-
|
|
|
|
|
|
|
|
|
67 |
typing_extensions==4.12.2
|
68 |
tzdata==2025.2
|
69 |
urllib3==2.5.0
|
|
|
39 |
ninja==1.11.1.4
|
40 |
numpy==2.1.2
|
41 |
nvidia-ml-py==12.575.51
|
42 |
+
|
43 |
+
# for Torch 2.8.0, we need to use the 2.27.3
|
44 |
+
nvidia-nccl-cu12==2.27.3
|
45 |
+
#nvidia-nccl-cu12==2.21.5
|
46 |
+
|
47 |
+
# The user requested nvidia-nvjitlink-cu12==12.4.127
|
48 |
+
# torch 2.8.0 depends on nvidia-nvjitlink-cu12==12.8.93
|
49 |
+
nvidia-nvjitlink-cu12==12.8.93
|
50 |
+
|
51 |
+
# The user requested nvidia-nvtx-cu12==12.4.127
|
52 |
+
# torch 2.8.0 depends on nvidia-nvtx-cu12==12.8.90
|
53 |
+
nvidia-nvtx-cu12==12.8.90
|
54 |
+
|
55 |
nvitop==1.5.2
|
56 |
opencv-python-headless==4.12.0.88
|
57 |
packaging==25.0
|
|
|
69 |
sentencepiece==0.2.0
|
70 |
setuptools==78.1.1
|
71 |
six==1.17.0
|
72 |
+
sympy==1.13.3
|
73 |
tokenizers==0.21.4
|
74 |
tqdm==4.67.1
|
75 |
transformers==4.54.1
|
76 |
+
|
77 |
+
# The user requested triton==3.1.0
|
78 |
+
# torch 2.8.0 depends on triton==3.4.0
|
79 |
+
triton==3.4.0
|
80 |
+
|
81 |
typing_extensions==4.12.2
|
82 |
tzdata==2025.2
|
83 |
urllib3==2.5.0
|