Closed SalmanMohammadi closed 3 weeks ago
Note: Links to docs will display an error until the docs builds have been completed.
As of commit 0824c0cfd89336eeb0a8eff86aa9fde764389b64 with merge base a1bcb971cf2f506c10e07433303e1eb90613efbe ():
* [GPU tests / gpu_test (3.11, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305894457) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966252/job/32305894457)) `tests/recipes/test_ppo_full_finetune_single_device.py::TestPPOFullFinetuneSingleDeviceRecipe::test_training_state_on_resume_with_optimizer_in_bwd` * [Lint / lint (3.10)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305893585) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966256/job/32305893585)) `##[error]Process completed with exit code 1.` * [Recipe Tests / recipe_test (3.11)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305894464) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966258/job/32305894464)) `tests/recipes/test_lora_finetune_single_device.py::TestLoRAFinetuneSingleDeviceRecipe::test_save_and_load_merged_weights`
* [GPU tests / gpu_test (3.10, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305894134) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966252/job/32305894134)) `##[error]The operation was canceled.` * [GPU tests / gpu_test (3.9, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305893319) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966252/job/32305893319)) `##[error]The operation was canceled.` * [Recipe Tests / recipe_test (3.10)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305894137) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966258/job/32305894137)) `tests/recipes/test_lora_finetune_single_device.py::TestLoRAFinetuneSingleDeviceRecipe::test_save_and_load_merged_weights` * [Recipe Tests / recipe_test (3.9)](https://hud.pytorch.org/pr/pytorch/torchtune/1928#32305893365) ([gh](https://github.com/pytorch/torchtune/actions/runs/11601966258/job/32305893365)) `##[error]The operation was canceled.`
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Context
What is the purpose of this PR? Is it to
Please link to any issues this PR addresses.
Changelog
What are the changes made in this PR? *
Test plan
Please make sure to do each of the following if applicable to your PR. If you're unsure about any one of these just ask and we will happily help. We also have a contributing page for some guidance on contributing.
pre-commit install
)pytest tests
pytest tests -m integration_test
UX
If your function changed a public API, please add a dummy example of what the user experience will look like when calling it. Here is a docstring example and a tutorial example