Remove deprecated AOT_HPU_TRAINING_BACKEND (#138)#877
Merged
Conversation
libinta
reviewed
Apr 9, 2024
Collaborator
There was a problem hiding this comment.
why do we need this change?
Collaborator
There was a problem hiding this comment.
This change appears because I change the target of the PR from v1.11-release to main. Merging main into the PR branch will make it disappear.
libinta
reviewed
Apr 9, 2024
| QUALITY_REQUIRES = [ | ||
| "ruff", | ||
| "hf_doc_builder @ git+https://github.com/huggingface/doc-builder.git", | ||
| "hf_doc_builder", |
Collaborator
There was a problem hiding this comment.
why do we need this change?
libinta
reviewed
Apr 9, 2024
Collaborator
libinta
left a comment
There was a problem hiding this comment.
@astachowiczhabana can you rebase to main
837de6a to
7778376
Compare
Collaborator
Author
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
regisss
approved these changes
Apr 11, 2024
dsmertin
pushed a commit
to dsmertin/optimum-habana
that referenced
this pull request
Apr 17, 2024
regisss
pushed a commit
that referenced
this pull request
Apr 18, 2024
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.
The new backend has been introduced to pytorch-integraton - HPU_BACKEND . The deprecated backend ( AOT_HPU_TRAINING_BACKEND ) shall no longer be available in optimum habana as it's going to be removed from pytorch-integration.
What does this PR do?
Fixes # (issue)
Before submitting