How can i update cuDNN on azure ML studio from 8.2 to 8.6 while running on pytorch and tensorflow kernel. I have uninstalled and installed cuDNN but still it is giving error

Venkata Kartik Sadam 20 Reputation points
2023-06-21T09:53:10.0266667+00:00

User's image

2023-06-20 21:57:16.067188: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:417] Loaded runtime CuDNN library: 8.2.4 but source was compiled with: 8.6.0.  CuDNN library needs to have matching major version and equal or higher minor version. If using a binary install, upgrade your CuDNN library.  If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
2023-06-20 21:57:16.067926: W tensorflow/core/framework/op_kernel.cc:1830] OP_REQUIRES failed at conv_ops.cc:1068 : UNIMPLEMENTED: DNN library is not found.
2023-06-20 21:57:16.067967: I tensorflow/core/common_runtime/executor.cc:1197] [/job:localhost/replica:0/task:0/device:GPU:0] (DEBUG INFO) Executor start aborting (this does not indicate an error and you can ignore this message): UNIMPLEMENTED: DNN library is not found.
	 [[{{node sequential/conv1d/Conv1D}}]]
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,341 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,044 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2023-06-22T06:39:23.6633333+00:00

    @Venkata Kartik Sadam I think you have installed the required version on the compute instance but while running the notebook the kernel environment cannot find one. I have seen a discussion on SO thread to use the same 8.6 version where you need to install the same on compute instance and create a new environment that can access the same. Please see the referenced SO thread and check if the steps in the answer provided works.

    Ref: Answer provided on SO threadby ladams.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.