The contents of src/MaxText have moved to src/MaxText as part of a larger
restructuring effort in MaxText.
This directory only contains shim files to temporarily support legacy commands like python3 -m MaxText.train ....
These legacy commands are now deprecated and will be removed soon. Please migrate your existing commands and avoid using
legacy ones. The new command locations can be found at:
MaxText.decode→maxtext.inference.decodeMaxText.distillation.train_distill→maxtext.trainers.post_train.distillation.train_distillMaxText.maxengine_server→maxtext.inference.maxengine.maxengine_serverMaxText.rl.evaluate_rl→maxtext.trainers.post_train.rl.evaluate_rlMaxText.rl.train_rl→maxtext.trainers.post_train.rl.train_rlMaxText.sft.sft_trainer→maxtext.trainers.post_train.sft.train_sftMaxText.train→maxtext.trainers.pre_train.trainMaxText.train_compile→maxtext.trainers.pre_train.train_compileMaxText.train_tokenizer→maxtext.trainers.tokenizer.train_tokenizer