Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
529cea34
Unverified
Commit
529cea34
authored
Nov 14, 2025
by
Yan Ma
Committed by
GitHub
Nov 14, 2025
Browse files
use default CCL_ZE_IPC_EXCHANGE (#28700)
Signed-off-by:
Yan Ma
<
yan.ma@intel.com
>
parent
93103575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/v1/worker/xpu_worker.py
vllm/v1/worker/xpu_worker.py
+0
-2
No files found.
vllm/v1/worker/xpu_worker.py
View file @
529cea34
...
@@ -159,12 +159,10 @@ class XPUWorker(Worker):
...
@@ -159,12 +159,10 @@ class XPUWorker(Worker):
else
:
else
:
raise
RuntimeError
(
f
"Not support device type:
{
self
.
device_config
.
device
}
"
)
raise
RuntimeError
(
f
"Not support device type:
{
self
.
device_config
.
device
}
"
)
ENV_CCL_ZE_IPC_EXCHANGE
=
os
.
getenv
(
"CCL_ZE_IPC_EXCHANGE"
,
"pidfd"
)
ENV_CCL_ATL_TRANSPORT
=
os
.
getenv
(
"CCL_ATL_TRANSPORT"
,
"ofi"
)
ENV_CCL_ATL_TRANSPORT
=
os
.
getenv
(
"CCL_ATL_TRANSPORT"
,
"ofi"
)
ENV_LOCAL_WORLD_SIZE
=
os
.
getenv
(
ENV_LOCAL_WORLD_SIZE
=
os
.
getenv
(
"LOCAL_WORLD_SIZE"
,
str
(
self
.
parallel_config
.
world_size
)
"LOCAL_WORLD_SIZE"
,
str
(
self
.
parallel_config
.
world_size
)
)
)
os
.
environ
[
"CCL_ZE_IPC_EXCHANGE"
]
=
ENV_CCL_ZE_IPC_EXCHANGE
os
.
environ
[
"CCL_ATL_TRANSPORT"
]
=
ENV_CCL_ATL_TRANSPORT
os
.
environ
[
"CCL_ATL_TRANSPORT"
]
=
ENV_CCL_ATL_TRANSPORT
os
.
environ
[
"LOCAL_WORLD_SIZE"
]
=
ENV_LOCAL_WORLD_SIZE
os
.
environ
[
"LOCAL_WORLD_SIZE"
]
=
ENV_LOCAL_WORLD_SIZE
os
.
environ
[
"LOCAL_RANK"
]
=
str
(
self
.
local_rank
)
os
.
environ
[
"LOCAL_RANK"
]
=
str
(
self
.
local_rank
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment