Skip to content

Conversation

@khatwanimohit
Copy link
Collaborator

@khatwanimohit khatwanimohit commented Jan 29, 2026

Description

move src/MaxText/configs to src/maxtext/configs

Notice 1: Once all tests pass, the "pull ready" label will automatically be assigned.
This label is used for administrative purposes. Please do not add it manually.

Notice 2: For external contributions, our settings currently require an approval from a MaxText maintainer to trigger CI tests.

Tests

Github CI

Checklist

Before submitting this PR, please make sure (put X in square brackets):

  • I have performed a self-review of my code. For an optional AI review, add the gemini-review label.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have run end-to-end tests tests and provided workload links above if applicable.
  • I have made or will make corresponding changes to the doc if needed, including adding new documentation pages to the relevant Table of Contents (toctree directive) as explained in our documentation.

@khatwanimohit khatwanimohit changed the title move src/configs to src/maxtext/configs move src/MaxText/configs to src/maxtext/configs Jan 29, 2026
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/MaxText/rl/train_rl.py 0.00% 3 Missing ⚠️
src/MaxText/get_flops.py 0.00% 2 Missing ⚠️
...t/integration/vllm/maxtext_vllm_adapter/adapter.py 0.00% 2 Missing ⚠️
src/MaxText/maxengine.py 50.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

"from maxtext.trainers.post_train.sft import train_sft\n",
"import jax\n",
"from huggingface_hub import login\n",
"from MaxText.globals import MAXTEXT_REPO_ROOT\n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this import?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

earlier we got MAXTEXT_REPO_ROOT like this MAXTEXT_REPO_ROOT = os.path.dirname(MaxText.__file__). I removed that line and added this import because that line points to the MaxText folder which I don't want

@khatwanimohit khatwanimohit force-pushed the mohit/move_configs branch 3 times, most recently from 2f94449 to 92b299e Compare January 31, 2026 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants