From 3a2bbe727210b3aaac713fc2f3b352586540b9e3 Mon Sep 17 00:00:00 2001 From: Paulie631 Date: Fri, 10 Jan 2025 11:46:48 -0500 Subject: [PATCH] Update finetune_llm.mdx Directory name correction. --- docs/source/training_tutorials/finetune_llm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/training_tutorials/finetune_llm.mdx b/docs/source/training_tutorials/finetune_llm.mdx index 65eae65b9..d294d96bc 100644 --- a/docs/source/training_tutorials/finetune_llm.mdx +++ b/docs/source/training_tutorials/finetune_llm.mdx @@ -280,7 +280,7 @@ Make sure to run this precompilation phase for around 10 training steps. It is u -_Note: Compiling without a cache can take a while. It will also create dummy files in the `dolly_llama_sharded` during compilation you will have to remove them afterwards. We also need to add `MALLOC_ARENA_MAX=64` to limit the CPU allocation to avoid potential crashes, don't remove it for now._ +_Note: Compiling without a cache can take a while. It will also create dummy files in the `dolly_llama` directory during compilation you will have to remove them afterwards. We also need to add `MALLOC_ARENA_MAX=64` to limit the CPU allocation to avoid potential crashes, don't remove it for now._ ```bash # remove dummy artifacts which are created by the precompilation command