Conversation
regisss
added a commit
that referenced
this pull request
Jul 7, 2022
schoi-habana
pushed a commit
that referenced
this pull request
Mar 8, 2024
* llama fp8 - enable non reuse cache flow for fp8 remove depracted kv cache fp8 flag Change-Id: Id76f94a127dee202376e8f27de7b28f58affedae * fixing lm eval Change-Id: I230fa53e7b49d8bb36397b063f652ba3def84600 * remove old quantization mode Change-Id: I538172f29870311349ed79d928cfacc60fb534e8
libinta
added a commit
that referenced
this pull request
Mar 23, 2024
regisss
pushed a commit
that referenced
this pull request
Mar 25, 2024
kalyank007
pushed a commit
to kalyank007/optimum-habana
that referenced
this pull request
Dec 11, 2024
Signed-off-by: NExT-GPT-tester <NExT-GPT@test.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.
What does this PR do?
This PR enables to execute CI slow tests on a us-west-2 AWS instance. Issues with T5 happened in us-east-1 (which may be related to the lack of availability of DL1 instances in us-east-1). Enables T5 slow test again.
Before submitting