mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-28 08:43:45 +08:00
fix precommit
Signed-off-by: Xingyu Liu <charlotteliu12x@gmail.com>
This commit is contained in:
parent
0f85cfdc65
commit
f5348c8174
@ -608,7 +608,7 @@ class ModelConfig:
|
||||
)
|
||||
convertor = convertor_cls(self.hf_config, self.hf_text_config)
|
||||
return convertor.convert(self.model, self.revision)
|
||||
|
||||
|
||||
@field_validator("tokenizer", "max_model_len", mode="wrap")
|
||||
@classmethod
|
||||
def _skip_none_validation(cls, value: Any, handler: Callable) -> Any:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user