Skip to content

Commit

Permalink
Update finetune_llm.mdx
Browse files Browse the repository at this point in the history
Directory name correction.
  • Loading branch information
Paulie631 authored and dacorvo committed Jan 27, 2025
1 parent b83d474 commit 3a2bbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/training_tutorials/finetune_llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Make sure to run this precompilation phase for around 10 training steps. It is u

</Tip>

_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
Expand Down

0 comments on commit 3a2bbe7

Please sign in to comment.