Houssem0 commited on
Commit
4297ad9
·
verified ·
1 Parent(s): b0734ca

Fix dependency conflicts in requirements-rtx6000.txt

Browse files
Files changed (1) hide show
  1. requirements-rtx6000.txt +10 -4
requirements-rtx6000.txt CHANGED
@@ -10,6 +10,14 @@
10
  # ADDED bitsandbytes>=0.43.0 -> optional 8-bit fallback (ROMA_LOAD_8BIT=1) for few-GPU runs.
11
  # Kept: official torch/vision/audio 2.6.0+cu124 (include sm_75 kernels), the nvidia-*-cu12 wheels
12
  # (valid on x86), and the transformers@roma_patch fork.
 
 
 
 
 
 
 
 
13
 
14
  accelerate==1.0.1
15
  aiofiles==23.2.1
@@ -132,7 +140,6 @@ orjson==3.10.18
132
  packaging==25.0
133
  pandas==2.2.3
134
  parso==0.8.4
135
- pathtools==0.1.2
136
  peft==0.15.1
137
  pexpect==4.9.0
138
  pillow==10.4.0
@@ -141,7 +148,6 @@ polars==1.31.0
141
  pooch==1.8.2
142
  portalocker==3.2.0
143
  proglog==0.1.12
144
- promise==2.3
145
  prompt_toolkit==3.0.51
146
  propcache==0.3.1
147
  protobuf==3.20.3
@@ -171,7 +177,7 @@ qwen-omni-utils==0.0.4
171
  qwen-vl-utils==0.0.11
172
  referencing==0.37.0
173
  regex==2024.11.6
174
- requests==2.28.2
175
  rfc3986==1.5.0
176
  rich==14.0.0
177
  rouge-chinese==1.0.3
@@ -210,7 +216,7 @@ torch==2.6.0+cu124
210
  torchaudio==2.6.0+cu124
211
  torchvision==0.21.0+cu124
212
  tornado==6.5.1
213
- tqdm==4.65.2
214
  traitlets==5.14.3
215
  transformers @ git+https://github.com/Eureka-Maggie/transformers.git@roma_patch
216
  triton==3.2.0
 
10
  # ADDED bitsandbytes>=0.43.0 -> optional 8-bit fallback (ROMA_LOAD_8BIT=1) for few-GPU runs.
11
  # Kept: official torch/vision/audio 2.6.0+cu124 (include sm_75 kernels), the nvidia-*-cu12 wheels
12
  # (valid on x86), and the transformers@roma_patch fork.
13
+ #
14
+ # Dependency-conflict fixes (the upstream requirements.txt is a pip freeze with mutually
15
+ # inconsistent transitive pins; verified with uv against the transformers@roma_patch base, v4.50):
16
+ # requests 2.28.2 -> 2.32.2 (datasets==3.5.0 requires requests>=2.32.2)
17
+ # tqdm 4.65.2 -> 4.66.3 (datasets==3.5.0 requires tqdm>=4.66.3)
18
+ # REMOVED pathtools==0.1.2, promise==2.3 (abandoned, rely on the removed `imp` module, only
19
+ # pulled in by unused wandb; not imported by the demos -> dropped to avoid build breakage)
20
+ # With these, the entire pinned set resolves cleanly; all other versions are unchanged from upstream.
21
 
22
  accelerate==1.0.1
23
  aiofiles==23.2.1
 
140
  packaging==25.0
141
  pandas==2.2.3
142
  parso==0.8.4
 
143
  peft==0.15.1
144
  pexpect==4.9.0
145
  pillow==10.4.0
 
148
  pooch==1.8.2
149
  portalocker==3.2.0
150
  proglog==0.1.12
 
151
  prompt_toolkit==3.0.51
152
  propcache==0.3.1
153
  protobuf==3.20.3
 
177
  qwen-vl-utils==0.0.11
178
  referencing==0.37.0
179
  regex==2024.11.6
180
+ requests==2.32.2
181
  rfc3986==1.5.0
182
  rich==14.0.0
183
  rouge-chinese==1.0.3
 
216
  torchaudio==2.6.0+cu124
217
  torchvision==0.21.0+cu124
218
  tornado==6.5.1
219
+ tqdm==4.66.3
220
  traitlets==5.14.3
221
  transformers @ git+https://github.com/Eureka-Maggie/transformers.git@roma_patch
222
  triton==3.2.0