We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089004 commit 81c1f52Copy full SHA for 81c1f52
auto_round/compressors/base.py
@@ -882,7 +882,7 @@ def remove_duplicates(lst):
882
check_compressed_tensors_supported()
883
format = format.replace("llm_compressor", f"llm_compressor:{self.data_type}")
884
formats[index] = format
885
- if is_static_wfp8afp8(self):
+ elif is_static_wfp8afp8(self):
886
format = f"llm_compressor:{AutoRoundFormat.FP8_STATIC.value}"
887
888
if self.act_group_size != 0:
0 commit comments