-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Add gpu capability to local #3136
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@teticio, thanks so much for contributing to fixing this, PR changes looks good to me. Were you able to verify this to work locally for gpu? |
Yes, I was able to run inference on my GPU locally. Thanks for reviewing
this.
…On Tue, 31 May 2022 at 18:12, Mufaddal Rohawala ***@***.***> wrote:
@teticio <https://github.com/teticio>, thanks so much for contributing to
fixing this, PR changes looks good to me. Were you able to verify this to
work locally for gpu?
—
Reply to this email directly, view it on GitHub
<#3136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKRPDBY3OAQQPHDRDNZF4LDVMZB67ANCNFSM5W6IJTHQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I expect this is pretty low priority but just wondering if it's likely to get reviewed any time soon or if I need to do anything else right now. Thanks. |
Sorry to bug you @mufaddal-rohawala, but I was wondering if this might get reviewed sometime? Thanks |
@teticio Thank you for submitting the change. |
Issue #, if available:
Description of changes:
Currently
local_gpu
gives an error ofUnknown runtime specified nvidia
when runningdocker-compose
. This no longer works with docker-compose version 1.27.0+. Now the way to enable GPUs according to thedocker-compose
documentation is to add the following config to thedocker-compose.yml
file:Testing done:
Ran
tox tests/unit
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.