You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use pip install --pre --upgrade torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu, and I need to modify the code in the torchtune package in the environment, it's not easy, how can you quickly modify the code?
The text was updated successfully, but these errors were encountered:
Hi @belle9217, could you provide a few more details on what you are trying to do? You should not need to modify the code in the package files itself.
Generally, if you want to copy and modify an existing config or recipe in the library, you can use tune cp (see here) to create a local copy in your project directory, and then you can edit however you want. This will need to be run with tune run to launch a fine-tuning job.
If I use pip install --pre --upgrade torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu, and I need to modify the code in the torchtune package in the environment, it's not easy, how can you quickly modify the code?
The text was updated successfully, but these errors were encountered: