You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EP_FAIL : Non-zero status code returned while running Conv node. Name:'/features/features.0/Conv' Status Message: Failed to initialize CUDNN Frontend
#23301
Open
m0hammadjaan opened this issue
Jan 9, 2025
· 1 comment
I have an EC2 instance of type g5g.xlarge. I have installed the following:
CUDA-Toolit: Cuda compilation tools, release 12.4, V12.4.131
CUDNN Version: 9.6.0
Python: 3.12
Pytorch: Compiled from source as for aarch64 v2.5 is not available.
Onnxruntime: Compiled from source as the distrubution package is not available for the architecture
Architecture: aarch64
OS: Amazon Linux 2023
However, prints from the below code confirms that the installation is done perfectly:
print("Pytorch CUDA:", torch.cuda.is_available())
print("Available Providers:", onnxruntime.get_available_providers())
print("Active Providers for this session:", ort_session.get_providers())
Output:
Pytorch CUDA: True
Available Providers: ['CUDAExecutionProvider', 'CPUExecutionProvider']
Active Providers for this session: ['CUDAExecutionProvider', 'CPUExecutionProvider']
In order to resolve this, I have installed the nvidia_cudnn_frontend v1.9.0 from the source. Still it is not resolved.
nvidia-smi is working. Its version is: NVIDIA-SMI 550.127.08
nvcc is also working fine.
I have an EC2 instance of type g5g.xlarge. I have installed the following:
On the following code:
I am getting the following Error:
However, prints from the below code confirms that the installation is done perfectly:
Output:
In order to resolve this, I have installed the nvidia_cudnn_frontend v1.9.0 from the source. Still it is not resolved.
nvidia-smi is working. Its version is: NVIDIA-SMI 550.127.08
nvcc is also working fine.
Versions
The text was updated successfully, but these errors were encountered: