Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c1125dc2
Unverified
Commit
c1125dc2
authored
Dec 20, 2021
by
Stas Bekman
Committed by
GitHub
Dec 20, 2021
Browse files
[doc] typo (#14849)
fix small typo
parent
33f36c86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/main_classes/deepspeed.rst
docs/source/main_classes/deepspeed.rst
+2
-2
No files found.
docs/source/main_classes/deepspeed.rst
View file @
c1125dc2
...
@@ -527,14 +527,14 @@ To summarize you can do:
...
@@ -527,14 +527,14 @@ To summarize you can do:
.. code-block:: python
.. code-block:: python
TrainingArguments(..., deespeed="/path/to/ds_config.json")
TrainingArguments(..., dee
p
speed="/path/to/ds_config.json")
or:
or:
.. code-block:: python
.. code-block:: python
ds_config_dict=dict(scheduler=scheduler_params, optimizer=optimizer_params)
ds_config_dict=dict(scheduler=scheduler_params, optimizer=optimizer_params)
TrainingArguments(..., deespeed=ds_config_dict)
TrainingArguments(..., dee
p
speed=ds_config_dict)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment