Skip to content

Commit

Permalink
fix api import error. (PaddlePaddle#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjjay authored Jan 6, 2023
1 parent c7ffb3a commit e682f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ce_tests/dygraph/quant/src/save_quant_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import time
import paddle
from paddle.fluid.framework import IrGraph
from paddle.quantization import Quant2Int8MkldnnPass
from paddle.static.quantization import Quant2Int8MkldnnPass
from paddle.framework import core

paddle.enable_static()
Expand Down

0 comments on commit e682f51

Please sign in to comment.