Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/package_reference/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rendered properly in your Markdown viewer.

# Logging

Refer to the [Troubleshooting guide](../usage_guides/troubleshooting#logging) or to the example below to learn
Refer to the [Troubleshooting guide](../basic_tutorials/troubleshooting#logging) or to the example below to learn
how to use Accelerate's logger.

[[autodoc]] logging.get_logger
2 changes: 1 addition & 1 deletion docs/source/package_reference/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ These are classes which can be configured and passed through to the appropriate

These are environmental variables that can be enabled for different use cases

* `ACCELERATE_DEBUG_MODE` (`str`): Whether to run accelerate in debug mode. More info available [here](../usage_guides/debug.md).
* `ACCELERATE_DEBUG_MODE` (`str`): Whether to run accelerate in debug mode. More info available [here](../basic_tutorials/troubleshooting#mismatched-tensor-shapes).



Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage_guides/deepspeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Inference:

1. DeepSpeed ZeRO Inference supports ZeRO stage 3 with ZeRO-Infinity. It uses the same ZeRO protocol as training, but
it doesn't use an optimizer and a lr scheduler and only stage 3 is relevant. For more details see:
[deepspeed-zero-inference](#deepspeed-zero-inference).
[ZeRO Inference](#zero-inference).


## How it works?
Expand Down