Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add intel xpu support for TGI#1475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Narsil merged 10 commits intohuggingface:mainfromsywangyi:xpu_support_pr
Apr 26, 2024
Merged

Conversation

sywangyi
Copy link
Contributor

What does this PR do?

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read thecontributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or theforum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

theBeginner86 reacted with thumbs up emoji
Copy link
Contributor

@OlivierDehaeneOlivierDehaene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Great!

@Narsil
Copy link
Collaborator

Overall looks pretty good !

I think we'll move to propre enumSYSTEM instead ofIS_XXXX since there's no way a user could be running 2 devices simultaneously. But we'll take care of that in a subsequent PR if that's OK.

mfuntowicz reacted with hooray emoji

@sywangyi
Copy link
ContributorAuthor

thanks very much@Narsil and@OlivierDehaene for your comment. adding@yao-matrix

@sywangyi
Copy link
ContributorAuthor

@Narsil@OlivierDehaene I add xpu smi in env runtime, do you think is it proper to add this? this is to dump intel XPU version.

@Narsil
Copy link
Collaborator

@Narsil@OlivierDehaene I add xpu smi in env runtime, do you think is it proper to add this? this is to dump intel XPU version.

It's OK in the current iteration (since showing N/A on most systems).

@Narsil
Copy link
Collaborator

Feel free to open up the draft whenever you're OK so we can run the tests + merge.

@sywangyisywangyi marked this pull request as ready for reviewMarch 8, 2024 02:48
@github-actionsgithub-actionsbot removed the Stale labelMar 9, 2024
@sywangyi
Copy link
ContributorAuthor

@Narsil could you review the PR?done by my side.

@sywangyi
Copy link
ContributorAuthor

@Narsil@mfuntowicz CI node is ready, could we move on?

@yao-matrix
Copy link

@Narsil@mfuntowicz , pls feel free to let us know any issues, since CI is ready, I think we can launch CI and merge this PR, thx.

cc@kding1

sywangyiand others added9 commitsApril 26, 2024 13:41
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
@NarsilNarsil merged commit45ecf9d intohuggingface:mainApr 26, 2024
martinigoyanes pushed a commit to martinigoyanes/text-generation-inference that referenced this pull requestApr 30, 2024
# What does this PR do?<!--Congratulations! You've made it this far! You're not quite done yetthough.Once merged, your PR is going to appear in the release notes with thetitle you set, so make sure it's a great title that fully reflects theextent of your awesome contribution.Then, please replace this with a description of the change and whichissue is fixed (if applicable). Please also include relevant motivationand context. List any dependencies (if any) that are required for thischange.Once you're done, someone will review your PR shortly (see the section"Who can review?" below to tag some potential reviewers). They maysuggest changes to make the code even better. If no one reviewed your PRafter a week has passed, don't hesitate to post a new comment@-mentioning the same persons---sometimes notifications get lost.--><!-- Remove if not applicable -->Fixes # (issue)## Before submitting- [ ] This PR fixes a typo or improves the docs (you can dismiss theother checks if that's the case).- [ ] Did you read the [contributorguideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests),      Pull Request section?- [ ] Was this discussed/approved via a Github issue or the[forum](https://discuss.huggingface.co/)? Please add a link      to it if that's the case.- [ ] Did you make sure to update the documentation with your changes?Here are the[documentationguidelines](https://github.com/huggingface/transformers/tree/main/docs),and[here are tips on formattingdocstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).- [ ] Did you write any new necessary tests?## Who can review?Anyone in the community is free to review the PR once the tests havepassed. Feel free to tagmembers/contributors who may be interested in your PR.<!-- Your PR will be replied to more quickly if you can figure out theright person to tag with @@OlivierDehaene OR@Narsil -->---------Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>Co-authored-by: Morgan Funtowicz <funtowiczmo@gmail.com>Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
Nilabhra pushed a commit to TII-AI-Research-Center/text-generation-inference that referenced this pull requestMay 14, 2024
# What does this PR do?<!--Congratulations! You've made it this far! You're not quite done yetthough.Once merged, your PR is going to appear in the release notes with thetitle you set, so make sure it's a great title that fully reflects theextent of your awesome contribution.Then, please replace this with a description of the change and whichissue is fixed (if applicable). Please also include relevant motivationand context. List any dependencies (if any) that are required for thischange.Once you're done, someone will review your PR shortly (see the section"Who can review?" below to tag some potential reviewers). They maysuggest changes to make the code even better. If no one reviewed your PRafter a week has passed, don't hesitate to post a new comment@-mentioning the same persons---sometimes notifications get lost.--><!-- Remove if not applicable -->Fixes # (issue)## Before submitting- [ ] This PR fixes a typo or improves the docs (you can dismiss theother checks if that's the case).- [ ] Did you read the [contributorguideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests),      Pull Request section?- [ ] Was this discussed/approved via a Github issue or the[forum](https://discuss.huggingface.co/)? Please add a link      to it if that's the case.- [ ] Did you make sure to update the documentation with your changes?Here are the[documentationguidelines](https://github.com/huggingface/transformers/tree/main/docs),and[here are tips on formattingdocstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).- [ ] Did you write any new necessary tests?## Who can review?Anyone in the community is free to review the PR once the tests havepassed. Feel free to tagmembers/contributors who may be interested in your PR.<!-- Your PR will be replied to more quickly if you can figure out theright person to tag with @@OlivierDehaene OR@Narsil -->---------Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>Co-authored-by: Morgan Funtowicz <funtowiczmo@gmail.com>Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
@sywangyisywangyi deleted the xpu_support_pr branchJune 5, 2024 00:36
kdamaszk pushed a commit to kdamaszk/tgi-gaudi that referenced this pull requestJun 10, 2024
<!--Congratulations! You've made it this far! You're not quite done yetthough.Once merged, your PR is going to appear in the release notes with thetitle you set, so make sure it's a great title that fully reflects theextent of your awesome contribution.Then, please replace this with a description of the change and whichissue is fixed (if applicable). Please also include relevant motivationand context. List any dependencies (if any) that are required for thischange.Once you're done, someone will review your PR shortly (see the section"Who can review?" below to tag some potential reviewers). They maysuggest changes to make the code even better. If no one reviewed your PRafter a week has passed, don't hesitate to post a new comment@-mentioning the same persons---sometimes notifications get lost.--><!-- Remove if not applicable -->Fixes # (issue)- [ ] This PR fixes a typo or improves the docs (you can dismiss theother checks if that's the case).- [ ] Did you read the [contributorguideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests),      Pull Request section?- [ ] Was this discussed/approved via a Github issue or the[forum](https://discuss.huggingface.co/)? Please add a link      to it if that's the case.- [ ] Did you make sure to update the documentation with your changes?Here are the[documentationguidelines](https://github.com/huggingface/transformers/tree/main/docs),and[here are tips on formattingdocstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).- [ ] Did you write any new necessary tests?Anyone in the community is free to review the PR once the tests havepassed. Feel free to tagmembers/contributors who may be interested in your PR.<!-- Your PR will be replied to more quickly if you can figure out theright person to tag with @@OlivierDehaene OR@Narsil -->---------Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>Co-authored-by: Morgan Funtowicz <funtowiczmo@gmail.com>Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
kdamaszk pushed a commit to kdamaszk/tgi-gaudi that referenced this pull requestJun 10, 2024
<!--Congratulations! You've made it this far! You're not quite done yetthough.Once merged, your PR is going to appear in the release notes with thetitle you set, so make sure it's a great title that fully reflects theextent of your awesome contribution.Then, please replace this with a description of the change and whichissue is fixed (if applicable). Please also include relevant motivationand context. List any dependencies (if any) that are required for thischange.Once you're done, someone will review your PR shortly (see the section"Who can review?" below to tag some potential reviewers). They maysuggest changes to make the code even better. If no one reviewed your PRafter a week has passed, don't hesitate to post a new comment@-mentioning the same persons---sometimes notifications get lost.--><!-- Remove if not applicable -->Fixes # (issue)- [ ] This PR fixes a typo or improves the docs (you can dismiss theother checks if that's the case).- [ ] Did you read the [contributorguideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests),      Pull Request section?- [ ] Was this discussed/approved via a Github issue or the[forum](https://discuss.huggingface.co/)? Please add a link      to it if that's the case.- [ ] Did you make sure to update the documentation with your changes?Here are the[documentationguidelines](https://github.com/huggingface/transformers/tree/main/docs),and[here are tips on formattingdocstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).- [ ] Did you write any new necessary tests?Anyone in the community is free to review the PR once the tests havepassed. Feel free to tagmembers/contributors who may be interested in your PR.<!-- Your PR will be replied to more quickly if you can figure out theright person to tag with @@OlivierDehaene OR@Narsil -->---------Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>Co-authored-by: Morgan Funtowicz <funtowiczmo@gmail.com>Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@OlivierDehaeneOlivierDehaeneOlivierDehaene left review comments

@NarsilNarsilAwaiting requested review from Narsil

@mfuntowiczmfuntowiczAwaiting requested review from mfuntowicz

@echarlaixecharlaixAwaiting requested review from echarlaix

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@sywangyi@Narsil@yao-matrix@OlivierDehaene@mfuntowicz

[8]ページ先頭

©2009-2025 Movatter.jp