File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ ignore:
3939 - " src/MaxText/inference"
4040 - " src/MaxText/inference_mlperf"
4141 - " src/MaxText/scratch_code"
42- - " src/MaxText/distillation" # code moved to src/MaxText /trainers/post_train/distillation
43- - " src/MaxText/sft" # code moved to src/MaxText /trainers/post_train/sft
42+ - " src/MaxText/distillation" # code moved to src/maxtext /trainers/post_train/distillation
43+ - " src/MaxText/sft" # code moved to src/maxtext /trainers/post_train/sft
4444
4545
4646flags :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Repository = "https://github.com/AI-Hypercomputer/maxtext.git"
3838allow-direct-references = true
3939
4040[tool .hatch .build .targets .wheel ]
41- packages = [" src/MaxText" , " src/MaxText " , " src/install_maxtext_extra_deps" ]
41+ packages = [" src/MaxText" , " src/maxtext " , " src/install_maxtext_extra_deps" ]
4242
4343[tool .hatch .build .targets .wheel .hooks .custom ]
4444path = " build_hooks.py"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Shim for Distillation Trainer in `src/MaxText /trainers/post_train/distillation`."""
15+ """Shim for Distillation Trainer in `src/maxtext /trainers/post_train/distillation`."""
1616
1717import sys
1818import importlib
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Shim for SFT Trainer in `src/MaxText /trainers/post_train/sft`."""
15+ """Shim for SFT Trainer in `src/maxtext /trainers/post_train/sft`."""
1616
1717import sys
1818import importlib
You can’t perform that action at this time.
0 commit comments