Mixed precision on an Huggingface models #13922
Unanswered
marcmk6
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm incorporating a huggingface model into my own one (only for inference). It seems setting
precision=16
in Trainer is not effective on this model. I'm wondering what should I do to use it in mixed precision.Thanks
Beta Was this translation helpful? Give feedback.
All reactions