This commit is contained in:
Stas Bekman 2021-06-08 12:55:17 -07:00 committed by GitHub
parent 11d86d3de4
commit 0e82f0cbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1593,7 +1593,7 @@ Notes
Non-Trainer Deepspeed Integration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The :class:`~transformers.integrations.HfDeepSpeedConfig` is used to integrate Deepspeed into the 🤗 Transformer core
The :class:`~transformers.integrations.HfDeepSpeedConfig` is used to integrate Deepspeed into the 🤗 Transformers core
functionality, when :class:`~transformers.Trainer` is not used.
When using :class:`~transformers.Trainer` everything is automatically taken care of.