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
Refactor: Execute Maxtext inference as a module via python3 -m
Updated the recommended execution command for the inference script
from `python3 MaxText/decode.py` to `python3 -m MaxText.decode`.
This change utilizes Python's standard module execution mechanism (`-m`),
ensuring the script runs within the proper package context (`MaxText`).
This improves consistency and robustness of import resolution.
No changes were made to the source code itself.
PiperOrigin-RevId: 748949600
# Note that the `AQT_CKPT` is in a `scanned` format which is great for training but for efficient decoding performance we want the checkpoint in an `unscanned` format.
0 commit comments