Skip to content

Commit

Permalink
Fix for github#541 (#2659)
Browse files Browse the repository at this point in the history
Co-authored-by: Jing Xu <jing.xu@intel.com>
  • Loading branch information
intel-ravig and jingxu10 authored Mar 13, 2024
1 parent 214dea0 commit 594f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/llm/llm_optimize.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ with torch.no_grad():
prepared_model.save_qconf_summary(qconf_summary=qconfig_summary_file_path)

# stage 2: quantization
model = ipex.llm.ptimize(
model = ipex.llm.optimize(
model.eval(),
quantization_config=qconfig,
qconfig_summary_file=qconfig_summary_file_path,
Expand Down

0 comments on commit 594f859

Please sign in to comment.