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
Gemma3 models fail during export stage due to a .item() call on a meta tensor in modeling_gemma.py file. The latest transformers has a different implementation, but this version of transformers currently break tensorrt_llm. Need to test Gemma models with auto deploy once tensorrt_llm upgrades to the latest transformers.
The text was updated successfully, but these errors were encountered:
Gemma3 models fail during export stage due to a .item() call on a meta tensor in modeling_gemma.py file. The latest transformers has a different implementation, but this version of transformers currently break tensorrt_llm. Need to test Gemma models with auto deploy once tensorrt_llm upgrades to the latest transformers.
The text was updated successfully, but these errors were encountered: