Skip to content

Commit f401b55

Browse files
Update optimum/intel/pipelines/pipeline_base.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent a39112f commit f401b55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

optimum/intel/pipelines/pipeline_base.py

-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def load_ipex_model(
139139
}
140140

141141

142-
if is_torch_available():
143-
pass
144-
145142

146143
if TYPE_CHECKING:
147144
from transformers.modeling_utils import PreTrainedModel

0 commit comments

Comments
 (0)