This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Commit fe6826b
* Fix transformers batchsize (#858)
* Update: remove deepsparse requirement to run yolov5
* Fix: set num_devices to 1 if no gpus
* Update: nit
* unwrap checkpoint_path on checkpoint recipe load in IC training (#863)
* unwrap checkpoint_path on checkpoint recipe load in IC training
* import zoo
Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
1 parent e957f81 commit fe6826b
File tree
2 files changed
+7
-1
lines changed- src/sparseml
- pytorch/image_classification/utils
- transformers/sparsification
2 files changed
+7
-1
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | | - | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
0 commit comments