From ffebd2dca9b644faf4e9b2b44496d335adb19d0d Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 7 Oct 2025 17:45:25 +0000 Subject: [PATCH] chore: Regenerate all playbooks --- nvidia/pytorch-fine-tune/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/nvidia/pytorch-fine-tune/README.md b/nvidia/pytorch-fine-tune/README.md index 77280cd..3f58787 100644 --- a/nvidia/pytorch-fine-tune/README.md +++ b/nvidia/pytorch-fine-tune/README.md @@ -90,10 +90,18 @@ pip install transformers peft datasets "trl==0.19.1" "bitsandbytes==0.48" huggingface-cli login ## - ``` -To run LoRA on Llama3-8B use the following command: +## Step6: Clone the git repo with finetuning recipes + +```bash +git clone +cd assets +``` + +##Step7: Run the finetuning recipes + +To run LoRA on Llama3-8B use the following command: ```bash python Llama3_8B_LoRA_finetuning.py ```