Unverified Commit d593cf28 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Misc] Add removed encoder-decoder models to previously supported models list (#24961)


Signed-off-by: default avatarIsotr0py <mozf@mail2.sysu.edu.cn>
parent faa7a5da
...@@ -319,7 +319,17 @@ _SUBPROCESS_COMMAND = [ ...@@ -319,7 +319,17 @@ _SUBPROCESS_COMMAND = [
sys.executable, "-m", "vllm.model_executor.models.registry" sys.executable, "-m", "vllm.model_executor.models.registry"
] ]
_PREVIOUSLY_SUPPORTED_MODELS = {"Phi3SmallForCausalLM": "0.9.2"} _PREVIOUSLY_SUPPORTED_MODELS = {
"Phi3SmallForCausalLM": "0.9.2",
# encoder-decoder models except whisper
# have been removed for V0 deprecation.
"BartModel": "0.10.2",
"BartForConditionalGeneration": "0.10.2",
"DonutForConditionalGeneration": "0.10.2",
"Florence2ForConditionalGeneration": "0.10.2",
"MBartForConditionalGeneration": "0.10.2",
"MllamaForConditionalGeneration": "0.10.2",
}
@dataclass(frozen=True) @dataclass(frozen=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment