pytorch / torchtune

PyTorch native finetuning library
https://pytorch.org/torchtune/main/
BSD 3-Clause "New" or "Revised" License
4.37k stars 446 forks source link

[BUG] Remove duplicate compile key in 8B_full.yaml #1962

Closed smujjiga closed 2 weeks ago

smujjiga commented 2 weeks ago

Context

What is the purpose of this PR? Is it to

Remove the duplicate compile key which results in YAML load failure.

pytorch-bot[bot] commented 2 weeks ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchtune/1962

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

SalmanMohammadi commented 2 weeks ago

Hey @smujjiga, thanks for this! I think this has been fixed in main in a parallel PR though.

felipemello1 commented 2 weeks ago

Thanks for the PR, @smujjiga! we fixed it here https://github.com/pytorch/torchtune/pull/1954