-
Notifications
You must be signed in to change notification settings - Fork 458
move src/MaxText/configs to src/maxtext/configs #3044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
69a42de to
ab4e2e0
Compare
4ca3926 to
ff7bbe7
Compare
| "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", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
2f94449 to
92b299e
Compare
92b299e to
23be6e4
Compare
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):
gemini-reviewlabel.