Refactor monarch variable names to boost readbility#40
Open
Edenzzzz wants to merge 3 commits intoHazyResearch:mainfrom
Open
Refactor monarch variable names to boost readbility#40Edenzzzz wants to merge 3 commits intoHazyResearch:mainfrom
Edenzzzz wants to merge 3 commits intoHazyResearch:mainfrom
Conversation
Author
|
Precision tests passed in my repo @DanFu09 https://github.com/SprocketLab/sparse_matrix_fine_tuning/blob/main/tests/ops/test_blockdiag_butterfly_multiply.py |
Collaborator
|
Cool! Has this been tested in this repo in any models? |
Author
|
If you mean convergence tests, not yet--only passed precision tests. Can probably try that in a few days. Thanks! |
Collaborator
|
Thank you! Just some basic curves should be fine — in case there’s some
end-to-end disruption.
…On Sun, Dec 15, 2024 at 9:49 AM Wenxuan Tan ***@***.***> wrote:
If you mean convergence tests, not yet--only passed precision tests. Can
probably try that in a few days. Thanks!
—
Reply to this email directly, view it on GitHub
<#40 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDDIIWBWZV34ZL2JMF4GM32FW6LTAVCNFSM6AAAAABTRAQ73CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTHE3TIMZRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
|
@DanFu09 Convergence curves match ( |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Previously block dimensions such as
q,pare very non-intuitive and make the code hard to understand and build on. In developing my Monarch PEFT project, I renamed them to fix the block-diagonal matmul taxonomy with terms likeblk_in,blk_outto clearly indicate block dims.This could significantly encourage follow-up work using this code base, as folks have complained about hard-to-use code :)