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
1a8c7167
Unverified
Commit
1a8c7167
authored
Feb 26, 2026
by
Daniel Huang
Committed by
GitHub
Feb 27, 2026
Browse files
[BugFix] Repo utils debug print patch (#35434)
Signed-off-by:
Daniel Huang
<
daniel1.huang@intel.com
>
parent
062b7896
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/repo_utils.py
vllm/transformers_utils/repo_utils.py
+1
-1
No files found.
vllm/transformers_utils/repo_utils.py
View file @
1a8c7167
...
...
@@ -285,7 +285,7 @@ def get_hf_file_to_dict(
EntryNotFoundError
,
LocalEntryNotFoundError
,
)
as
e
:
logger
.
debug
(
"File or repository not found in hf_hub_download"
,
e
)
logger
.
debug
(
"File or repository not found in hf_hub_download
:
"
,
exc_info
=
e
)
return
None
except
HfHubHTTPError
as
e
:
logger
.
warning
(
...
...
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