浏览代码

change commit to current main

Kai Wu 1 周之前
父节点
当前提交
4aaa6a4cf1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 git clone https://github.com/pytorch/torchtune.git
 cd torchtune
-git checkout 1be43b6c3fc73e9bc5102bc53c4e70f849093bf6
+git checkout 5d51c25cedfb6ba7b00e03cb2fef4f9cdb7baebd
 pip install -e .
 ```