-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open-sourced update on 02/20/2024 (#84)
Summary: 1. Remove `exponent_multiplier` in the hyperparameters. 2. Add `eigen_decomp_offload_device` in `_matrix_inverse_root_eigen()`. 3. `dataclass` docstrings groomings. 4. Remove PyTorch 2.0 compile check with cuda due to its limitation to Nvidia GPU only when other accelerators are also available; this makes the config check pure-algorithmic setting only. Differential Revision: D69944184
- Loading branch information
1 parent
23e8606
commit dfb3c4b
Showing
11 changed files
with
144 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.