Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torchao/quantization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ group_size = 32
quantize_(m, int4_weight_only(group_size=group_size))

# temporary workaround for tensor subclass + torch.compile
# NOTE: this is only need for torch 2.5+
# NOTE: this is only need for torch version < 2.5+
from torchao.utils import TORCH_VERSION_AFTER_2_5
from torchao.utils import unwrap_tensor_subclass
if not TORCH_VERSION_AFTER_2_5:
Expand Down