We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23beff4 commit 5493c2dCopy full SHA for 5493c2d
1 file changed
optimum/exporters/openvino/model_configs.py
@@ -1100,8 +1100,6 @@ class Phi3OpenVINOConfig(PhiOnnxConfig):
1100
)
1101
class PhiMoEOpenVINOConfig(Phi3OpenVINOConfig):
1102
MIN_TRANSFORMERS_VERSION = "4.46.0"
1103
- # TODO (@echarlaix): add v5 support
1104
- MAX_TRANSFORMERS_VERSION = "4.57.6"
1105
_MODEL_PATCHER = PhiMoEModelPatcher
1106
1107
0 commit comments