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
e91386cd
Unverified
Commit
e91386cd
authored
Jun 22, 2025
by
Aaron Pham
Committed by
GitHub
Jun 22, 2025
Browse files
[Chore] dedup logs (#19955)
parent
2c11a29f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
vllm/config.py
vllm/config.py
+1
-1
vllm/triton_utils/importing.py
vllm/triton_utils/importing.py
+0
-4
No files found.
vllm/config.py
View file @
e91386cd
...
...
@@ -1970,7 +1970,7 @@ class ParallelConfig:
if
not
current_platform
.
use_custom_allreduce
():
self
.
disable_custom_all_reduce
=
True
logger
.
info
(
logger
.
debug
(
"Disabled the custom all-reduce kernel because it is not "
"supported on current platform."
)
if
self
.
ray_workers_use_nsight
and
not
self
.
use_ray
:
...
...
vllm/triton_utils/importing.py
View file @
e91386cd
...
...
@@ -74,10 +74,6 @@ class TritonPlaceholder(types.ModuleType):
self
.
heuristics
=
self
.
_dummy_decorator
(
"heuristics"
)
self
.
Config
=
self
.
_dummy_decorator
(
"Config"
)
self
.
language
=
TritonLanguagePlaceholder
()
logger
.
warning_once
(
"Triton is not installed. Using dummy decorators. "
"Install it via `pip install triton` to enable kernel"
" compilation."
)
def
_dummy_decorator
(
self
,
name
):
...
...
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