We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43675c commit 4ca6270Copy full SHA for 4ca6270
1 file changed
examples/models/llama/source_transformation/quantize.py
@@ -190,7 +190,6 @@ def filter_fn(m, fqn):
190
),
191
)
192
quantize_(model, q_config)
193
- model = unwrap_tensor_subclass(model)
194
195
return model
196
else:
0 commit comments