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
04a797cd
Unverified
Commit
04a797cd
authored
Nov 29, 2025
by
Didier Durand
Committed by
GitHub
Nov 29, 2025
Browse files
[Doc]: fixing typos in various files. (#29717)
Signed-off-by:
Didier Durand
<
durand.didier@gmail.com
>
parent
6afc0ffa
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
vllm/distributed/device_communicators/pynccl_allocator.py
vllm/distributed/device_communicators/pynccl_allocator.py
+1
-1
vllm/distributed/parallel_state.py
vllm/distributed/parallel_state.py
+1
-1
vllm/entrypoints/openai/serving_models.py
vllm/entrypoints/openai/serving_models.py
+1
-1
vllm/model_executor/layers/quantization/quark/schemes/quark_ocp_mx.py
...xecutor/layers/quantization/quark/schemes/quark_ocp_mx.py
+1
-1
vllm/transformers_utils/repo_utils.py
vllm/transformers_utils/repo_utils.py
+1
-1
No files found.
vllm/distributed/device_communicators/pynccl_allocator.py
View file @
04a797cd
...
@@ -157,7 +157,7 @@ class nccl_symm_mem_context:
...
@@ -157,7 +157,7 @@ class nccl_symm_mem_context:
if
self
.
disabled
:
if
self
.
disabled
:
return
self
return
self
assert
self
.
pynccl_comm
is
not
None
,
(
assert
self
.
pynccl_comm
is
not
None
,
(
"Symmetric memory requires pynccl to be initalized"
"Symmetric memory requires pynccl to be init
i
alized"
)
)
assert
self
.
pynccl_comm
.
nccl_version
>=
22703
,
(
assert
self
.
pynccl_comm
.
nccl_version
>=
22703
,
(
"NCCL version 2.27.3 or higher is required for NCCL symmetric memory"
"NCCL version 2.27.3 or higher is required for NCCL symmetric memory"
...
...
vllm/distributed/parallel_state.py
View file @
04a797cd
...
@@ -1583,7 +1583,7 @@ def destroy_distributed_environment():
...
@@ -1583,7 +1583,7 @@ def destroy_distributed_environment():
def
cleanup_dist_env_and_memory
(
shutdown_ray
:
bool
=
False
):
def
cleanup_dist_env_and_memory
(
shutdown_ray
:
bool
=
False
):
# Ensure all objects are not fr
ee
ze
d
before cleanup
# Ensure all objects are not fr
o
ze
n
before cleanup
gc
.
unfreeze
()
gc
.
unfreeze
()
destroy_model_parallel
()
destroy_model_parallel
()
...
...
vllm/entrypoints/openai/serving_models.py
View file @
04a797cd
...
@@ -150,7 +150,7 @@ class OpenAIServingModels:
...
@@ -150,7 +150,7 @@ class OpenAIServingModels:
lora_request
.
base_model_name
=
base_model_name
lora_request
.
base_model_name
=
base_model_name
# Validate that the adapter can be loaded into the engine
# Validate that the adapter can be loaded into the engine
# This will also pre
-
load it for incoming requests
# This will also preload it for incoming requests
try
:
try
:
await
self
.
engine_client
.
add_lora
(
lora_request
)
await
self
.
engine_client
.
add_lora
(
lora_request
)
except
Exception
as
e
:
except
Exception
as
e
:
...
...
vllm/model_executor/layers/quantization/quark/schemes/quark_ocp_mx.py
View file @
04a797cd
...
@@ -37,7 +37,7 @@ logger = init_logger(__name__)
...
@@ -37,7 +37,7 @@ logger = init_logger(__name__)
# use `rocm_aiter_ops.is_asm_fp4_gemm_dynamic_quant_enabled()`
# use `rocm_aiter_ops.is_asm_fp4_gemm_dynamic_quant_enabled()`
# for envs checks which does not require @cache anymore.
# for envs checks which does not require @cache anymore.
# triton kernel is torch compile compatible.
# triton kernel is torch compile compatible.
# does not require direct regist
e
ration.
# does not require direct registration.
# use `rocm_aiter_ops.triton_fp4_gemm_dynamic_qaunt`.
# use `rocm_aiter_ops.triton_fp4_gemm_dynamic_qaunt`.
@
cache
@
cache
def
is_rocm_aiter_fp4_asm_gemm_enabled
()
->
bool
:
def
is_rocm_aiter_fp4_asm_gemm_enabled
()
->
bool
:
...
...
vllm/transformers_utils/repo_utils.py
View file @
04a797cd
...
@@ -171,7 +171,7 @@ def file_or_path_exists(
...
@@ -171,7 +171,7 @@ def file_or_path_exists(
repo_id
=
model
,
filename
=
config_name
,
revision
=
revision
repo_id
=
model
,
filename
=
config_name
,
revision
=
revision
)
)
if
isinstance
(
cached_filepath
,
str
):
if
isinstance
(
cached_filepath
,
str
):
# The config file exists in cache- we can continue trying to load
# The config file exists in cache
- we can continue trying to load
return
True
return
True
# NB: file_exists will only check for the existence of the config file on
# NB: file_exists will only check for the existence of the config file on
...
...
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