Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
219cfbe7
Unverified
Commit
219cfbe7
authored
Sep 29, 2025
by
Thomas Parnell
Committed by
GitHub
Sep 29, 2025
Browse files
Add Phi4FlashForCausalLM to _PREVIOUSLY_SUPPORTED_MODELS (#25832)
Signed-off-by:
Thomas Parnell
<
tpa@zurich.ibm.com
>
parent
9b44a7d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/models/registry.py
vllm/model_executor/models/registry.py
+1
-0
No files found.
vllm/model_executor/models/registry.py
View file @
219cfbe7
...
...
@@ -333,6 +333,7 @@ _SUBPROCESS_COMMAND = [
_PREVIOUSLY_SUPPORTED_MODELS
=
{
"Phi3SmallForCausalLM"
:
"0.9.2"
,
"Phi4FlashForCausalLM"
:
"0.10.2"
,
# encoder-decoder models except whisper
# have been removed for V0 deprecation.
"BartModel"
:
"0.10.2"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment