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
29fc5772
Unverified
Commit
29fc5772
authored
Feb 18, 2025
by
Isotr0py
Committed by
GitHub
Feb 18, 2025
Browse files
[Bugfix] Remove noisy error logging during local model loading (#13458)
parent
2358ca52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/transformers_utils/config.py
vllm/transformers_utils/config.py
+1
-2
No files found.
vllm/transformers_utils/config.py
View file @
29fc5772
...
...
@@ -504,8 +504,7 @@ def get_sentence_transformer_tokenizer_config(model: str,
repo_files
=
list_repo_files
(
model
,
revision
=
revision
,
token
=
HF_TOKEN
)
except
Exception
as
e
:
logger
.
error
(
"Error getting repo files"
,
e
)
except
Exception
:
repo_files
=
[]
for
config_name
in
sentence_transformer_config_files
:
...
...
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