Skip to content

Commit 219cfbe

Browse files
authored
Add Phi4FlashForCausalLM to _PREVIOUSLY_SUPPORTED_MODELS (vllm-project#25832)
Signed-off-by: Thomas Parnell <[email protected]>
1 parent 9b44a7d commit 219cfbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333

334334
_PREVIOUSLY_SUPPORTED_MODELS = {
335335
"Phi3SmallForCausalLM": "0.9.2",
336+
"Phi4FlashForCausalLM": "0.10.2",
336337
# encoder-decoder models except whisper
337338
# have been removed for V0 deprecation.
338339
"BartModel": "0.10.2",

0 commit comments

Comments
 (0)