mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
316b9a41fa
commit
ffebd2dca9
@ -90,10 +90,18 @@ pip install transformers peft datasets "trl==0.19.1" "bitsandbytes==0.48"
|
|||||||
huggingface-cli login
|
huggingface-cli login
|
||||||
##<input your huggingface token.
|
##<input your huggingface token.
|
||||||
##<Enter n for git credential>
|
##<Enter n for git credential>
|
||||||
|
|
||||||
```
|
```
|
||||||
To run LoRA on Llama3-8B use the following command:
|
|
||||||
|
|
||||||
|
## Step6: Clone the git repo with finetuning recipes
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone <github link>
|
||||||
|
cd assets
|
||||||
|
```
|
||||||
|
|
||||||
|
##Step7: Run the finetuning recipes
|
||||||
|
|
||||||
|
To run LoRA on Llama3-8B use the following command:
|
||||||
```bash
|
```bash
|
||||||
python Llama3_8B_LoRA_finetuning.py
|
python Llama3_8B_LoRA_finetuning.py
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user