Add support for Intel Gaudi Backend#40561
Merged
jjyao merged 17 commits intoray-project:masterfrom Oct 31, 2023
Merged
Conversation
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
jjyao
reviewed
Oct 25, 2023
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome <janand@habana.ai>
jjyao
reviewed
Oct 26, 2023
Collaborator
jjyao
left a comment
There was a problem hiding this comment.
Have you tested this on the machine with Gaudi?
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
Collaborator
|
Lint failure: |
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
Signed-off-by: Jerome <janand@habana.ai>
jjyao
approved these changes
Oct 30, 2023
Collaborator
|
Lint failure: |
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome <janand@habana.ai>
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
jjyao
reviewed
Oct 30, 2023
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
* Add Intel gaudi to accelerator list * Add check for backend initialization with updated test Signed-off-by: Jerome <janand@habana.ai>
Collaborator
|
Lint failure: |
jjyao
reviewed
Oct 31, 2023
jjyao
reviewed
Oct 31, 2023
Signed-off-by: Jerome <janand@habana.ai>
Contributor
Author
might be nice to have auto corrector |
jjyao
reviewed
Oct 31, 2023
| NVIDIA_TESLA_A10G = "A10G" | ||
| INTEL_MAX_1550 = "Intel-GPU-Max-1550" | ||
| INTEL_MAX_1100 = "Intel-GPU-Max-1100" | ||
| INTEL_GAUDI = "Intel-GAUDI" |
Collaborator
There was a problem hiding this comment.
Can you also add INTEL_GAUDI2 here?
Contributor
Author
There was a problem hiding this comment.
Sure. I've kept it generic for now. Lets update post closure of the right instance usage ?
Contributor
There was a problem hiding this comment.
Hi all, I'm working on LLM serving on Gaudi 2. Is Gaudi 2 not supported yet?
Signed-off-by: Jerome Anand <88475913+jerome-habana@users.noreply.github.com>
8 tasks
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.
Added support for intel gaudi backend based on new interfaces defined in #40286
Why are these changes needed?
Related issue number
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/under thecorresponding
.rstfile.