Skip to content
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

CUDA 10.1 raises installation issues #101

Closed
mycpuorg opened this issue Mar 17, 2020 · 1 comment
Closed

CUDA 10.1 raises installation issues #101

mycpuorg opened this issue Mar 17, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mycpuorg
Copy link
Collaborator

From my discussion with Harsh here's our observation related to CUDA 10.1:

Increasing the netty readtimeout to 120 second in UT resolves the issues, however it slows down the build process a bit.
On P3.8xlarge it takes 5m + time for installation.
On my local MacBook it takes around ~(3 mins 20 sec) as compared to ~(1 min 50 sec) without this change
As for "Add a sample warmup code in UT” : we could add a sample script in or before UT which will execute a sample model on GPU (outside TorchServe) which will warmup the GPU before actually starting the UT execution. As per our observation it takes around 2 minutes time for GPU warmup with cudatoolkit 10.1 subsequent uninstall and re-install on GPU machine with timeout changes takes ~3 mins (as GPUs have warmed up in the first install) , which is same as that on CPU.

@mycpuorg mycpuorg added the bug Something isn't working label Mar 17, 2020
@harshbafna
Copy link
Contributor

Verified TorchServe installation on GPU machine with cudatoolkit-10.1 following installation guide in latest master. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants