From 27063f321a85c30fab6fef57dd0210cd9396a1d9 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Mon, 30 Sep 2024 11:19:57 -0500 Subject: [PATCH] updated README --- llama3.2_finetuning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama3.2_finetuning/README.md b/llama3.2_finetuning/README.md index 342c9c0..6d5ef16 100644 --- a/llama3.2_finetuning/README.md +++ b/llama3.2_finetuning/README.md @@ -14,7 +14,7 @@ This script demonstrates how to finetune the Llama 3.2 model using the [Unsloth] 1. Clone the repository: ```bash -git clone https://github.com/your-username/llama-3-2-finetuning.git +git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git cd llama3.2_finetuning ```