From d4d6b6e7f58bb7a1a8391fd9b25d6a5ffcb19cce Mon Sep 17 00:00:00 2001 From: Daniel van Strien Date: Mon, 7 Oct 2024 14:34:24 +0100 Subject: [PATCH] fix tip brackets typo (#3129) --- docs/source/usage_guides/big_modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage_guides/big_modeling.md b/docs/source/usage_guides/big_modeling.md index 27c1f9ec749..412388ae7ce 100644 --- a/docs/source/usage_guides/big_modeling.md +++ b/docs/source/usage_guides/big_modeling.md @@ -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