We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transformers
APIs
import pipegoose.utils.checkpointing import Checkpointing mlp = model.transformer.blocks[0].mlp mlp = Checkpointing(mlp, parallel_context) outputs = mlp(inputs)
Reading
The text was updated successfully, but these errors were encountered:
Merge pull request #4 from abourramouss/fix-model-partitioning
37f112b
fix model partitioning and add more tests
I will do it. !assign
Sorry, something went wrong.
Etelis
No branches or pull requests
transformers
's gradient checkpointing with pipegoose's gradient checkpointing.APIs
Reading
The text was updated successfully, but these errors were encountered: