Add Phi4FlashForCausalLM to _PREVIOUSLY_SUPPORTED_MODELS (#25832)

Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Thomas Parnell 2025-09-29 07:08:17 +02:00 committed by yewentao256
parent 70ba2d1ec9
commit 20d1d0e38b

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