Browse Source

Fix filename typo (#94)

Geeta Chauhan 1 year ago
parent
commit
1803c35f3c
2 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. 0 0
      docs/multi_gpu.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ Llama 2 is a new technology that carries potential risks with use. Testing condu
 **For more in depth information checkout the following:**
 
 * [Single GPU Fine-tuning](./docs/single_gpu.md)
-* [Multi-GPU Fine-tuning](./docs/mutli_gpu.md)
+* [Multi-GPU Fine-tuning](./docs/multi_gpu.md)
 * [LLM Fine-tuning](./docs/LLM_finetuning.md)
 * [Adding custom datasets](./docs/Dataset.md)
 * [Inference](./docs/inference.md)

docs/mutli_gpu.md → docs/multi_gpu.md