Open zucchini-nlp opened 3 days ago
Fixes https://github.com/huggingface/transformers/issues/33997. Enables users to use different torch dtypes for each of sub config. For ex load the vision model in full precision and the text model in half precision
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
What does this PR do?
Fixes https://github.com/huggingface/transformers/issues/33997. Enables users to use different torch dtypes for each of sub config. For ex load the vision model in full precision and the text model in half precision