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
378d33c3
Unverified
Commit
378d33c3
authored
Jul 21, 2025
by
Cyrus Leung
Committed by
GitHub
Jul 20, 2025
Browse files
[Bugfix] Fix missing placeholder in logger debug (#21280)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
940af1f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/configs/mistral.py
vllm/transformers_utils/configs/mistral.py
+1
-1
No files found.
vllm/transformers_utils/configs/mistral.py
View file @
378d33c3
...
...
@@ -42,7 +42,7 @@ def adapt_config_dict(config_dict: dict[str, Any],
config
=
PretrainedConfig
.
from_dict
(
config_dict
)
logger
.
debug
(
"Initialized config"
,
config
)
logger
.
debug
(
"Initialized config
%s
"
,
config
)
return
config
...
...
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