-
Notifications
You must be signed in to change notification settings - Fork 689
Labels
Description
If you make your own custom dataset.py or model.py and include the import path in the config, these imports will fail because tune run always sets the current working directory to torchtune. Since all of torchtune imports are available anywhere once installed, tune run should use the launch location as the cwd.
Potential complication - since recipes are not in the cwd, we'll have to test how recipe work being launched from a different directory.
joecummings