Skip to content
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

Fix tree map none-type bug in sparse trainers #13

Closed
wants to merge 1 commit into from

Conversation

b-d-e
Copy link

@b-d-e b-d-e commented Jan 7, 2025

Rewrite tree_map to use lamda and set None if input is None, otherwise jaxlib >0.4.29 treats this as a tree-prefix of non-None values.

Resolves issue #12

…e jaxlib >0.4.29 treats this as a tree-prefix of non-None values
@b-d-e
Copy link
Author

b-d-e commented Feb 11, 2025

@evcu might you be able to take a look at this PR please?
Currently, RigL and SET are broken for new versions of Jaxlib :(

@evcu
Copy link
Collaborator

evcu commented Feb 12, 2025

I had to squash the commit and forgot updating the commit message. Sorry about that.

e7af4e4 should include this change.

Thank you!

@evcu evcu closed this Feb 12, 2025
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.

2 participants