pytorch / torchtune

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

Remove PyTorch 2.5.0 checks #1861

Open RdoubleA opened 1 week ago

RdoubleA commented 1 week ago

PyTorch 2.5.0 is officially released which includes features such as FlexAttention that is now public API and other compile features. We can now remove the following checks:

JP-sDEV commented 1 week ago

Hi @RdoubleA, can I be assigned this issue?

RdoubleA commented 1 week ago

Hi @JP-sDEV, sure! feel free to take on as many or as few of the items and link this issue in your PR. Feel free to comment if you run into any trouble and please include me or @joecummings as reviewers. Appreciate it!

JP-sDEV commented 6 days ago

Thanks! I have opened a pull request that completes all the tasks in this issue.

PyTorch 2.5.0 is officially released which includes features such as FlexAttention that is now public API and other compile features. We can now remove the following checks: