mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
parent
33f36c869f
commit
c1125dc2ba
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user