Unverified Commit c1125dc2 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[doc] typo (#14849)

fix small typo
parent 33f36c86
......@@ -527,14 +527,14 @@ To summarize you can do:
.. code-block:: python
TrainingArguments(..., deespeed="/path/to/ds_config.json")
TrainingArguments(..., deepspeed="/path/to/ds_config.json")
or:
.. code-block:: python
ds_config_dict=dict(scheduler=scheduler_params, optimizer=optimizer_params)
TrainingArguments(..., deespeed=ds_config_dict)
TrainingArguments(..., deepspeed=ds_config_dict)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment