You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Purpose ##
* Fix Gemma3 example
## Background ##
* Transformers `torch.compile`s the model function before running
generation. However, some models fail to compile properly. As of the
latest transformers version, Gemma3 is one of those models
huggingface/transformers#38333
## Changes ##
* Disable compilation when generating with Gemma3 in example
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
0 commit comments