Add Phi4FlashForCausalLM to _PREVIOUSLY_SUPPORTED_MODELS (#25832)

Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
This commit is contained in:
Thomas Parnell 2025-09-29 07:08:17 +02:00 committed by GitHub
parent 9b44a7d926
commit 219cfbe7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",