Skip to content

Commit 5a1aa1f

Browse files
authored
Fix bugs in executorch package
Differential Revision: D73166222 Pull Request resolved: #10251
1 parent 381ae5d commit 5a1aa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/source_transformation/quantize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def quantize( # noqa C901
177177

178178
try:
179179
# torchao 0.3+
180-
from torchao._eval import InputRecorder # pyre-fixme[21]
180+
from torchao._models._eval import InputRecorder
181181
except ImportError:
182182
from torchao.quantization.GPTQ import InputRecorder # pyre-ignore
183183

0 commit comments

Comments
 (0)