Skip to content

Commit a7a7c96

Browse files
robertgshaw2-redhatchoprahetarth
authored andcommitted
[Chore] Remove ipex_ops warning (vllm-project#24835)
Signed-off-by: Robert Shaw <[email protected]>
1 parent df3cd27 commit a7a7c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/_ipex_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
try:
1414
import intel_extension_for_pytorch as ipex
1515
except ImportError as e:
16-
logger.warning("Import error msg: %s", e.msg)
16+
logger.debug("Import error msg: %s", e.msg)
1717

1818

1919
class ipex_ops:

0 commit comments

Comments
 (0)