Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.74 KB

File metadata and controls

33 lines (30 loc) · 1.74 KB

src/MaxText

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.decodemaxtext.inference.decode
  • MaxText.distillation.train_distillmaxtext.trainers.post_train.distillation.train_distill
  • MaxText.maxengine_servermaxtext.inference.maxengine.maxengine_server
  • MaxText.rl.evaluate_rlmaxtext.trainers.post_train.rl.evaluate_rl
  • MaxText.rl.train_rlmaxtext.trainers.post_train.rl.train_rl
  • MaxText.sft.sft_trainermaxtext.trainers.post_train.sft.train_sft
  • MaxText.trainmaxtext.trainers.pre_train.train
  • MaxText.train_compilemaxtext.trainers.pre_train.train_compile
  • MaxText.train_tokenizermaxtext.trainers.tokenizer.train_tokenizer