mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-18 21:57:22 +08:00
Add Phi4FlashForCausalLM to _PREVIOUSLY_SUPPORTED_MODELS (#25832)
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
This commit is contained in:
parent
9b44a7d926
commit
219cfbe7f6
@ -333,6 +333,7 @@ _SUBPROCESS_COMMAND = [
|
|||||||
|
|
||||||
_PREVIOUSLY_SUPPORTED_MODELS = {
|
_PREVIOUSLY_SUPPORTED_MODELS = {
|
||||||
"Phi3SmallForCausalLM": "0.9.2",
|
"Phi3SmallForCausalLM": "0.9.2",
|
||||||
|
"Phi4FlashForCausalLM": "0.10.2",
|
||||||
# encoder-decoder models except whisper
|
# encoder-decoder models except whisper
|
||||||
# have been removed for V0 deprecation.
|
# have been removed for V0 deprecation.
|
||||||
"BartModel": "0.10.2",
|
"BartModel": "0.10.2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user