Skip to content

Commit

Permalink
fix tip brackets typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davanstrien authored Sep 26, 2024
1 parent 4305033 commit 2a4728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage_guides/big_modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The [`load_checkpoint_and_dispatch`] method loads a checkpoint inside your empty

Setting `device_map="auto"` automatically fills all available space on the GPU(s) first, then the CPU, and finally, the hard drive (the absolute slowest option) if there is still not enough memory.

> [!TIP}
> [!TIP]
> Refer to the [Designing a device map](../concept_guides/big_model_inference#designing-a-device-map) guide for more details on how to design your own device map.
```py
Expand Down

0 comments on commit 2a4728a

Please sign in to comment.