[XPU] remove common path warning log (#33769)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
@@ -140,11 +140,6 @@ def xpu_platform_plugin() -> str | None:
|
||||
|
||||
XPUPlatform.dist_backend = dist_backend
|
||||
logger.debug("Confirmed %s backend is available.", XPUPlatform.dist_backend)
|
||||
else:
|
||||
logger.warning(
|
||||
"xccl is not enabled in this torch build, "
|
||||
"communication is not available."
|
||||
)
|
||||
|
||||
if hasattr(torch, "xpu") and torch.xpu.is_available():
|
||||
is_xpu = True
|
||||
|
||||
Reference in New Issue
Block a user