mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-29 01:27:14 +08:00
[Misc] Add removed encoder-decoder models to previously supported models list (#24961)
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
This commit is contained in:
parent
faa7a5daac
commit
d593cf28fa
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user