Enable GPU in Azure #49
Replies: 1 comment 7 replies
-
|
Hi Kevin, Thanks for reaching out! According to the Azure documentation here additional drivers will need to be installed in order to utilise the GPU, which currently isn't handled by our template. This can be done by modifying the deployment template before provisioning to add a VM extension (docs), the template can be modified in the browser by clicking the "Edit template" link at the top of the deployment parameters page. The VM extension could be added in at line 220, right after the extension used to install the ODC. Alternatively, the drivers can be installed manually after the VM has been provisioned, as described here We have not tested the use of GPUs for the challenge, so any further support we can provide is going to be limited, but please keep in touch with your progress. Also, please be mindful of the costs associated with using the larger VM size. Check out the page on Cost Management. We wish you the best of luck with the challenge! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I want to use the credit granted to me on Azure to train my model. I need for this to enable GPU.
I changed the type of instance to Standard NC6_Promo (6 vcpus, 56 GiB memory). But when I check if cuda is available with PyTorch or Keras, it returns False. I also tried to delete my Resource group and redeploy it by choosing GPU-56GB as type of instance, but the result is unchanged.
Does anyone know how to use the GPU on Azure for the challenge ?
Thank you in advance ! :)
Beta Was this translation helpful? Give feedback.
All reactions