change norm to use smaller inputs to reduce running time#185
Merged
yaoyaoding merged 2 commits intohidet-org:mainfrom Apr 21, 2023
Merged
change norm to use smaller inputs to reduce running time#185yaoyaoding merged 2 commits intohidet-org:mainfrom
yaoyaoding merged 2 commits intohidet-org:mainfrom
Conversation
AndreSlavescu
pushed a commit
to AndreSlavescu/hidet
that referenced
this pull request
Apr 25, 2023
…et-org#185) * change norm to use smaller inputs to reduce running time * more changes --------- Co-authored-by: Xin Li <xin@centml.ai>
AndreSlavescu
pushed a commit
to AndreSlavescu/hidet
that referenced
this pull request
Apr 25, 2023
…et-org#185) * change norm to use smaller inputs to reduce running time * more changes --------- Co-authored-by: Xin Li <xin@centml.ai>
vadiklyutiy
pushed a commit
that referenced
this pull request
Jul 22, 2024
a: Tensor b: Tensor currently a[b] works onlfy if b is 1-D tensor. Added support for the cases when b is N-D tensor This PR is related to issue: CentML/hidet#100 The issus is not resolved overall, llama-2-7b still fails due to lack of memory on my desktop. Will check more and add more clarifications soon --------- Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
vadiklyutiy
pushed a commit
that referenced
this pull request
Jul 23, 2024
a: Tensor b: Tensor currently a[b] works onlfy if b is 1-D tensor. Added support for the cases when b is N-D tensor This PR is related to issue: CentML/hidet#100 The issus is not resolved overall, llama-2-7b still fails due to lack of memory on my desktop. Will check more and add more clarifications soon --------- Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
vadiklyutiy
pushed a commit
that referenced
this pull request
Dec 26, 2024
a: Tensor b: Tensor currently a[b] works onlfy if b is 1-D tensor. Added support for the cases when b is N-D tensor This PR is related to issue: https://github.com/CentML/hidet/issues/100 The issus is not resolved overall, llama-2-7b still fails due to lack of memory on my desktop. Will check more and add more clarifications soon --------- Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
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.
torch norm test was taking too long, reduce the input size to make the CI run shorter