mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 11:16:45 +08:00
[Bugfix] Remove noisy error logging during local model loading (#13458)
This commit is contained in:
parent
2358ca527b
commit
29fc5772c4
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user