torchtune
torchtune copied to clipboard
Reduce no. of places test checkpoint paths are hardcoded
Noticing that we have to update a lot of paths i.e. in https://github.com/pytorch-labs/torchtune/pull/158. Would be a lot cleaner and help w/dev velocity if we read test checkpoint paths from a single source of truth and devs only have to make changes there.
cc @joecummings @gokulavasan
Also make sure there is a -latest suffix checkpoint for model so that users can download the latest one easily
@rohan-varma assigning this to you. Let me know if someone else should take this on.