Skip to content

change norm to use smaller inputs to reduce running time#185

Merged
yaoyaoding merged 2 commits intohidet-org:mainfrom
xinli-git:norm_test
Apr 21, 2023
Merged

change norm to use smaller inputs to reduce running time#185
yaoyaoding merged 2 commits intohidet-org:mainfrom
xinli-git:norm_test

Conversation

@xinli-git
Copy link
Copy Markdown
Contributor

torch norm test was taking too long, reduce the input size to make the CI run shorter

@yaoyaoding yaoyaoding merged commit 2165662 into hidet-org:main Apr 21, 2023
@xinli-git xinli-git deleted the norm_test branch April 21, 2023 17:55
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants