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

Training with gradient checkpointing? #289

Open
benjamin-marie opened this issue Oct 10, 2024 · 2 comments
Open

Training with gradient checkpointing? #289

benjamin-marie opened this issue Oct 10, 2024 · 2 comments

Comments

@benjamin-marie
Copy link

Is there a way to benchmark training with gradient checkpointing enabled?

I tried to pass
"gradient_checkpointing": True,
"gradient_checkpointing_kwargs": {"use_reentrant": True},

as training_arguments of TrainingConfig but it doesn't have any effect it seems.

@IlyasMoutawwakil
Copy link
Member

Everything in training_arguments is passed directly to the TrainingArguments instance, which is passed to the trainer.

@benjamin-marie
Copy link
Author

Thanks for your reply. This is what I was doing. I'll try again. If it still doesn't work, I'll share my full code.

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

No branches or pull requests

2 participants