Commit 84036f0
committed
fix: deprecated import
In version 0.6.0 of llm-compressor, which is the one installed
by default in fms-model-optimizer, the SparseAutoModelForCausalLM
is already deprecated. In more recent versions this class has been
removed altogether. This commit just implements the suggested code
migration.
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>1 parent d498851 commit 84036f0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments