Skip to content

Commit 7188696

Browse files
committed
Fixed issue
1 parent 6dc4524 commit 7188696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optimum/intel/openvino/modeling_decoder.py

+1
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ def _from_pretrained(
611611
)
612612

613613
_weight_only_quantization(causal_model, quantization_config)
614+
causal_model.request = None
614615
return causal_model
615616

616617

0 commit comments

Comments
 (0)