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
Fix review findings: consistent naming, public imports, lint, docstring
- Rename graph_builder to builder in _gemma4.py and
_vision_language_3model.py for consistency with other 22 task files
- Change GraphBuilder import from onnxscript._internal.builder (private)
to onnxscript (public API) in _base.py, _cache_utils.py, _causal_lm.py,
_gemma4.py
- Fix import sorting and line length issues flagged by lintrunner
- Update _make_graph() docstring to mention builder.add_output()
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
0 commit comments