File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55from llmcompressor .transformers import oneshot
66from llmcompressor .transformers .compression .helpers import calculate_offload_device_map
77
8- # NOTE: transformers 4.48 .0 has an import error with DeepSeek.
8+ # NOTE: transformers 4.49 .0 has an attribute error with DeepSeek.
99# Please consider either downgrading your transformers version to a
1010# previous version or upgrading to a version where this bug is fixed
1111
Original file line number Diff line number Diff line change 44from llmcompressor .modifiers .quantization import QuantizationModifier
55from llmcompressor .transformers import oneshot
66
7- # NOTE: transformers 4.48 .0 has an import error with DeepSeek.
7+ # NOTE: transformers 4.49 .0 has an attribute error with DeepSeek.
88# Please consider either downgrading your transformers version to a
99# previous version or upgrading to a version where this bug is fixed
1010
Original file line number Diff line number Diff line change 66from llmcompressor .transformers import oneshot
77from llmcompressor .transformers .compression .helpers import calculate_offload_device_map
88
9- # NOTE: transformers 4.48 .0 has an import error with DeepSeek.
9+ # NOTE: transformers 4.49 .0 has an attribute error with DeepSeek.
1010# Please consider either downgrading your transformers version to a
1111# previous version or upgrading to a version where this bug is fixed
1212
You can’t perform that action at this time.
0 commit comments