Skip to content

Commit f46e321

Browse files
danachangkeyprocedure
authored andcommitted
Fix bugs in executorch package
Differential Revision: D73166222 Pull Request resolved: pytorch#10251
1 parent 8acdf56 commit f46e321

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)