Browse Source

change commit to current main

Kai Wu 1 week ago
parent
commit
4aaa6a4cf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting-started/finetuning/finetune_llama4.md

+ 1 - 1
getting-started/finetuning/finetune_llama4.md

@@ -9,7 +9,7 @@ This tutorial shows how to perform fine-tuning on Llama4 models using [torchtune
 pip install --force-reinstall --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126
 pip install --force-reinstall --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126
 git clone https://github.com/pytorch/torchtune.git
 git clone https://github.com/pytorch/torchtune.git
 cd torchtune
 cd torchtune
-git checkout 1be43b6c3fc73e9bc5102bc53c4e70f849093bf6
+git checkout 5d51c25cedfb6ba7b00e03cb2fef4f9cdb7baebd
 pip install -e .
 pip install -e .
 ```
 ```