-
Notifications
You must be signed in to change notification settings - Fork 66
feat: Add rosetta-maxtext #738
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
5c53064 to
7f3cfac
Compare
75be08e to
9514f68
Compare
| latest_verified_commit: 78daad198544def8274dbd656d122fbe6a0e1129 | ||
| mode: git-clone | ||
| patches: | ||
| mirror/patch/test_rosetta_maxtext: file://patches/maxtext/mirror-patch-rosetta-maxtext.patch |
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.
Just leaving a reminder that this can be cleaned up if not needed
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.
I could not see the patch file in the repo. Are we using it?
.github/workflows/_sandbox.yaml
Outdated
| @@ -1,41 +1,150 @@ | |||
| name: "~Sandbox" | |||
|
|
|||
| name: Sandbox | |||
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.
Just a reminder to revert before merging
| @@ -0,0 +1 @@ | |||
| local/ | |||
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.
Is this a debug line? Does it need to be committed?
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.
We can remove it. I found it convenient to have local testing directory which isn't checked into git.
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.
Thanks for the contribution! I left a few comments
c548314 to
6fee7c1
Compare
Co-authored-by: Terry Kong <[email protected]>
fce07fc to
8e452da
Compare
a132242 to
0669659
Compare
To comply with naming convention
99db46d to
24ce939
Compare
8ddf125 to
5ea2a1c
Compare
5ea2a1c to
0fa40ad
Compare
29541c9 to
a4564f7
Compare
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.
Left a few comments, please take a look
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 are we again building TE here? The base image should be jax-mealkit:jax, right? And then we apply patch and build the final
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.
we did not run the tests for rosetta-maxtext yet, right? we should check the validity of the rosetta build

This PR adds a maxtext rosetta build. To be consistent with other rosetta builds, I renamed
maxtexttoupstream-maxtext.🚨 It contains a test commit which must be removed before merging. 🚨