Skip to content

Commit 4b56667

Browse files
committed
[Bugfix] Fix Dense module loading for sentence-transformers embedding models v12
Signed-off-by: FFFfff1FFFfff <[email protected]>
1 parent 4fcfdde commit 4b56667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/transformers_utils/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def _get_hf_token() -> Optional[str]:
8484
"ultravox": UltravoxConfig,
8585
"step3_vl": Step3VLConfig,
8686
"step3_text": Step3TextConfig,
87-
**_CONFIG_REGISTRY_OVERRIDE_HF
8887
}
8988

9089
_CONFIG_ATTRS_MAPPING: dict[str, str] = {

0 commit comments

Comments
 (0)