Skip to content

Commit b646a53

Browse files
SurbhiJainUSCGoogle-ML-Automation
authored andcommitted
Update src/maxtext path
PiperOrigin-RevId: 860276641
1 parent f9b1af0 commit b646a53

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4646
flags:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Repository = "https://github.com/AI-Hypercomputer/maxtext.git"
3838
allow-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]
4444
path = "build_hooks.py"

src/MaxText/distillation/train_distill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import sys
1818
import importlib

src/MaxText/sft/sft_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
import sys
1818
import importlib

0 commit comments

Comments
 (0)