File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3131 ArceeOnnxConfig ,
3232 BloomOnnxConfig ,
3333 CohereOnnxConfig ,
34+ Gemma3OnnxConfig ,
3435 GemmaOnnxConfig ,
3536 GraniteOnnxConfig ,
3637 HeliumOnnxConfig ,
@@ -106,6 +107,8 @@ class ORTModelForCausalLMIntegrationTest(ORTModelTestMixin):
106107 SUPPORTED_ARCHITECTURES .append ("qwen2" )
107108 if is_transformers_version (">=" , str (GemmaOnnxConfig .MIN_TRANSFORMERS_VERSION )):
108109 SUPPORTED_ARCHITECTURES .append ("gemma" )
110+ if is_transformers_version (">=" , str (Gemma3OnnxConfig .MIN_TRANSFORMERS_VERSION )):
111+ SUPPORTED_ARCHITECTURES .append ("gemma3" )
109112 if is_transformers_version (">=" , str (MPTOnnxConfig .MIN_TRANSFORMERS_VERSION )):
110113 SUPPORTED_ARCHITECTURES .append ("mpt" )
111114 if is_transformers_version (">=" , str (GraniteOnnxConfig .MIN_TRANSFORMERS_VERSION )):
You can’t perform that action at this time.
0 commit comments