chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-07 19:03:50 +00:00
parent 3fb2a79250
commit 7e6f9b332e

View File

@ -30,7 +30,7 @@ Recipes are specifically for DIGITS SPARK. Please make sure that OS and drivers
## Ancillary files ## Ancillary files
ALl files required for fine-tuning are included. ALl files required for fine-tuning are included in the folder in [the GitHub repository here](https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main/${MODEL}).
## Time & risk ## Time & risk
@ -106,7 +106,7 @@ To run LoRA on Llama3-8B use the following command:
python Llama3_8B_LoRA_finetuning.py python Llama3_8B_LoRA_finetuning.py
``` ```
To run qLoRA fine-uning on llama3-70B use the following command: To run qLoRA fine-tuning on llama3-70B use the following command:
```bash ```bash
python Llama3_70B_qLoRA_finetuning.py python Llama3_70B_qLoRA_finetuning.py
``` ```