Skip to content

Commit 4ca6270

Browse files
authored
[ExecuTorch][Llama][ez] Remove unwrap_tensor_subclass from 4w quantization path
Differential Revision: D101252037 Pull Request resolved: #18957
1 parent a43675c commit 4ca6270

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/models/llama/source_transformation/quantize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def filter_fn(m, fqn):
190190
),
191191
)
192192
quantize_(model, q_config)
193-
model = unwrap_tensor_subclass(model)
194193

195194
return model
196195
else:

0 commit comments

Comments
 (0)