Skip to content

Commit 282aab6

Browse files
authored
fix critic disable_opt_rtn regression (#963)
1 parent 7d8016d commit 282aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_round/compressors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __init__(
141141
device_map: Union[str, torch.device, int, dict] = 0,
142142
enable_torch_compile: bool = False,
143143
enable_alg_ext: bool = False,
144-
disable_opt_rtn: bool = True,
144+
disable_opt_rtn: bool = False,
145145
seed: int = 42,
146146
**kwargs,
147147
):

0 commit comments

Comments
 (0)