This commit is contained in:
Stas Bekman
2021-06-08 12:55:17 -07:00
committed by GitHub
parent 11d86d3de4
commit 0e82f0cbc2

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.