Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5k
PSGD: unify RNG#2433
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
PSGD: unify RNG#2433
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We could simplify even more by deriving the torch prng key from the step counter and using heavyball'sdeterministic precond. However, I don't know if that'd take too far. |
HuggingFaceDocBuilderDev commentedJan 31, 2025
The docs for this PR livehere. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
875c19d
intohuggingface:mainUh oh!
There was an error while loading.Please reload this page.
@ClashLuke thanks, much better way to do this without worrying about restoring a device specific torch rng state.. merged with small fix |
No description provided.