We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using this https://github.com/pytorch/torchtune/blob/main/recipes/configs/mistral/7B_full_ppo_low_memory.yaml and gave up after 10min no first step, even after turning compile=False
we shouldn't be compiling the entire model. Instead, we should use the utility that compiles per layer, like here:
torchtune/recipes/lora_dpo_single_device.py
Line 296 in e9fd56a
DPO distributed doesn't compile the model. Should it?
cc: @SalmanMohammadi
The text was updated successfully, but these errors were encountered:
SalmanMohammadi
No branches or pull requests
I tried using this https://github.com/pytorch/torchtune/blob/main/recipes/configs/mistral/7B_full_ppo_low_memory.yaml and gave up after 10min no first step, even after turning compile=False
we shouldn't be compiling the entire model. Instead, we should use the utility that compiles per layer, like here:
torchtune/recipes/lora_dpo_single_device.py
Line 296 in e9fd56a
DPO distributed doesn't compile the model. Should it?
cc: @SalmanMohammadi
The text was updated successfully, but these errors were encountered: