Commit 3b869e8
committed
fix(infra): switch nvidia-modelopt from [all] to [hf] extra
The [all] extra includes [onnx] which pulls in cppimport — a package
with broken build metadata (reports version 0.0.0 instead of 26.4.17).
Since AReaL only needs HuggingFace integration (accelerate, peft,
transformers, deepspeed) and not ONNX export tooling, switch to [hf].
This also removes ~400MB of unnecessary deps (onnxruntime-gpu,
cupy-cuda12x, onnx, etc.) and the now-unneeded cppimport
dependency-metadata override.1 parent d770654 commit 3b869e8
4 files changed
+12
-400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 254 | | |
260 | 255 | | |
261 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 252 | | |
258 | 253 | | |
259 | 254 | | |
| |||
0 commit comments