Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RdoubleA committed Mar 6, 2024
1 parent 318791c commit 08918f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ For example, to run the :code:`full_finetune` recipe with custom model and token
tune full_finetune --config alpaca_llama2_full_finetune model_directory=/home/my_model_checkpoint tokenizer_directory=/home/my_tokenizer_checkpoint device=cuda
Overriding components
"""""""""""""""""""""
^^^^^^^^^^^^^^^^^^^^^
If you would like to override a parameter in the config that has a :code:`_component_`
field, you can do so by assigning to the parameter name directly. Any nested fields
in the components can be overridden with dot notation.
Expand Down

0 comments on commit 08918f5

Please sign in to comment.