-
Notifications
You must be signed in to change notification settings - Fork 293
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
Convert Gemma weights #527
Comments
A bit of progress: # remove grain-nightly if installed from google/grain repo
pip uninstall grain-nightly
# install all requirements (seems a bit much just to convert weights…)
pip install -r requirements.txt This works. Make sure to avoid conflicts with tensorflow versions (if you have a cpu version as well). |
I'm very confused by this thread Boris -- our tests all look green. I'm trying to imagine what the difference could be? |
I initially ran the script, then saw I needed The trick was to install |
Hi,
Could you confirm which commit of google/grain to use when converting the Gemma weights?
It returns an error when using latest commit of both
maxtext
andgrain
as reported in google/grain#333The text was updated successfully, but these errors were encountered: