We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b56667 commit 4351f99Copy full SHA for 4351f99
requirements/test.txt
@@ -968,7 +968,6 @@ setuptools==77.0.3
968
# via
969
# lightning-utilities
970
# pytablewriter
971
- # torch
972
# triton
973
shapely==2.1.1
974
vllm/transformers_utils/config.py
@@ -38,7 +38,6 @@
38
RWConfig, SpeculatorsConfig,
39
Step3TextConfig, Step3VLConfig,
40
UltravoxConfig)
41
-
42
# yapf: enable
43
from vllm.transformers_utils.configs.mistral import adapt_config_dict
44
from vllm.transformers_utils.utils import check_gguf_file
@@ -67,6 +66,7 @@ def _get_hf_token() -> Optional[str]:
67
66
return token
68
return None
69
+
70
_CONFIG_REGISTRY: dict[str, type[PretrainedConfig]] = {
71
"chatglm": ChatGLMConfig,
72
"deepseek_vl_v2": DeepseekVLV2Config,
0 commit comments