Open mori360 opened 1 month ago
Note: Links to docs will display an error until the docs builds have been completed.
As of commit 1ad30263c317e03a10c497d996e7490f603a9aad with merge base 7bfb3336446f0d874ab5d4595249839b735b7076 ():
* [GPU tests / gpu_test (3.11, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1930#32728741376) ([gh](https://github.com/pytorch/torchtune/actions/runs/11747237995/job/32728741376)) `tests/torchtune/training/test_distributed.py::TestFullyShardState::test_qlora_state_dict`
* [GPU tests / gpu_test (3.10, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1930#32728740056) ([gh](https://github.com/pytorch/torchtune/actions/runs/11747237995/job/32728740056)) `tests/torchtune/training/test_distributed.py::TestFullyShardState::test_qlora_state_dict` * [GPU tests / gpu_test (3.9, stable)](https://hud.pytorch.org/pr/pytorch/torchtune/1930#32728739344) ([gh](https://github.com/pytorch/torchtune/actions/runs/11747237995/job/32728739344)) `##[error]The operation was canceled.`
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Hi @mori360 I missed this one until now. Can you share more context on this PR?
Migrate state dict API to DSD:
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