This repository was archived by the owner on May 26, 2025. It is now read-only.
Add initial support for TEI on HPU#1
Merged
Conversation
Collaborator
|
LGTM, waiting for QA tests results. |
libinta
reviewed
Mar 6, 2024
libinta
reviewed
Mar 6, 2024
Collaborator
|
Ok.then let's do in a different PR.
From: Lukasz Towarek ***@***.***>
Sent: Tuesday, March 5, 2024 11:58 PM
To: huggingface/tei-gaudi ***@***.***>
Cc: Libin Tang ***@***.***>; Mention ***@***.***>
Subject: Re: [huggingface/tei-gaudi] Add initial support for TEI on HPU (PR #1)
@ltowarek commented on this pull request.
________________________________
In backends/python/server/requirements.txt<#1 (comment)>:
@@ -34,7 +34,7 @@ requests==2.31.0 ; python_version >= "3.9" and python_version < "3.13"
safetensors==0.3.3 ; python_version >= "3.9" and python_version < "3.13"
setuptools==68.2.0 ; python_version >= "3.9" and python_version < "3.13"
sympy==1.12 ; python_version >= "3.9" and python_version < "3.13"
…-torch==2.0.1 ; python_version >= "3.9" and python_version < "3.13"
+transformers==4.35.0 ; python_version >= "3.9" and python_version < "3.13"
It will need to be retested, but I think it can be upgraded. I suggest to do this in a separate commit. What do you think @libinta<https://github.com/libinta>?
-
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGLGHZJWFYKZYWPYWKAHRJDYW3EAJAVCNFSM6AAAAABEFFVOW2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSMJYHE4TMOJTGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Main changes compared to the upstream: * Enabled python backend with support for HPU * Added Habana PT as a base image * Updated python requirements to match Habana PT image * Removed torch * Added transformers
astachowiczhabana
approved these changes
Mar 15, 2024
Collaborator
astachowiczhabana
left a comment
There was a problem hiding this comment.
Change passes basic smoke tests
pi314ever
pushed a commit
to pi314ever/tei-gaudi
that referenced
this pull request
Aug 20, 2024
Main changes compared to the upstream: * Enabled python backend with support for HPU * Added Habana PT as a base image * Updated python requirements to match Habana PT image * Removed torch * Added transformers
pi314ever
pushed a commit
to pi314ever/tei-gaudi
that referenced
this pull request
Aug 30, 2024
add python backend support for xlm-roberta type model
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Main changes compared to the upstream: