-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Open-sourced update on 12/19/2024 #63
Open-sourced update on 12/19/2024 #63
Conversation
This pull request was exported from Phabricator. Differential Revision: D67398314 |
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
b50550a
to
27ba711
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
27ba711
to
42f1145
Compare
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
42f1145
to
7006084
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
70a24d9
to
c36c9a2
Compare
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
This pull request was exported from Phabricator. Differential Revision: D67398314 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
c36c9a2
to
310587f
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
310587f
to
4ac964c
Compare
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
4ac964c
to
45d0d95
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
45d0d95
to
e93b7b5
Compare
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
e93b7b5
to
440bc1c
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now. Differential Revision: D67398314
440bc1c
to
cca8b37
Compare
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now; as a result, deprecate `precision_config`. 3. Deprecate `use_pytorch_compile`, this is superseded by `shampoo_pt2_compile_config`. 4. Deprecate `use_protected_eigh`, this is always `True` from now. Reviewed By: chuanhaozhuge Differential Revision: D67398314
cca8b37
to
fd774f8
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
Summary: Pull Request resolved: facebookresearch#63 1. Add `HybridShardDistributor` (i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi into `DistributedShampoo`. 2. Disable quantization functionality for now; as a result, deprecate `precision_config`. 3. Deprecate `use_pytorch_compile`, this is superseded by `shampoo_pt2_compile_config`. 4. Deprecate `use_protected_eigh`, this is always `True` from now. Reviewed By: wz337, chuanhaozhuge Differential Revision: D67398314
fd774f8
to
64ca67d
Compare
This pull request was exported from Phabricator. Differential Revision: D67398314 |
This pull request has been merged in ae91e28. |
Summary:
HybridShardDistributor
(i.e., per-parameter HSDP or HSDP2) implemented by wz337 and hjmshi intoDistributedShampoo
.precision_config
.use_pytorch_compile
, this is superseded byshampoo_pt2_compile_config
.use_protected_eigh
, this is alwaysTrue
from now.Differential Revision: D67398314