Skip to content

Commit a78f99c

Browse files
committed
remove duplicate code
Signed-off-by: xinhe3 <[email protected]>
1 parent d8b831e commit a78f99c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auto_round/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def __getitem__(self, key):
8585

8686
SUPPORTED_LAYER_TYPES = SUPPORTED_LAYER_TYPES + (LinearLayer, LinearAllreduce)
8787

88-
SUPPORTED_DTYPES = ("int", "mx_fp", "fp", "nv_fp")
8988
DTYPE_INFO_MAPPING = {
9089
"nv_fp4": {"bits": 4, "group_size": 16, "sym": True},
9190
"mx_fp4": {"bits": 4, "group_size": 32, "sym": True},

0 commit comments

Comments
 (0)