-
Notifications
You must be signed in to change notification settings - Fork 248
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
Clean up and add our gemma conversion script #1493
Clean up and add our gemma conversion script #1493
Conversation
This is still WIP. Need to finish up the numerics checking part. |
From flax -> keras. Useful to have as reference.
1c62063
to
2f617e3
Compare
Ok ready! Would still be good to add some numerics checking here, but can do that as a follow up.
|
e4214f9
to
9bad97a
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.
LGTM! Thank you Matt
Convert Gemma flax checkpoints to the Keras format. | ||
|
||
Setup: | ||
pip install requirements.txt |
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.
pip install -r
* Clean up and add our gemma conversion script From flax -> keras. Useful to have as reference. * Fix comments * Convert to bfloat16 weights * Review comment
From flax -> keras. Useful to have as reference.