HShamimGEHC

Results 8 comments of HShamimGEHC

Thank you - I ended up using https://elinux.org/Jetson_Zoo#ONNX_Runtime as I was running out of storage when trying to install it via the repo.

@pradeepkc11, I am also running into this issue. Please let me know if you find a solution.

Because this is on a docker, is the following acceptable: Without changing the JetPack version, download CUDA 10.0 with a Dockerfile? My current JetPack version is: JetPack 5.1.2 and l4T...

I see. I decided to use 1.16 and was wondering if my Dockerfile starts out with: `FROM nvcr.io/nvidia/l4t-base:35.4.1` and it should contain CUDA11.4, why did I still have to: `RUN...

I should also have cuDNN 8.6.0 but my next set of error is this: `2024-02-23 22:55:09.263697843 [E:onnxruntime:Default, provider_bridge_ort.cc:1480 TryGetProviderInfo_CUDA] /home/ort/onnxruntime/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to...

> Hi @HShamimGEHC, https://github.com/dusty-nv/jetson-containers there's a wide variety of containers designed for jetson, feel free to pick one which works on your case. Hi @yf711, sure I can give that...

> I used to follow this [post](https://jetsonhacks.com/2023/09/04/use-these-jetson-docker-containers-tutorial/) to deploy docker container for jetson. Please let me know if you could deploy env that can fit your cuda/cudnn requirement. Thanks! Hi...

> > I should also have cuDNN 8.6.0 but my next set of error is this: > > `2024-02-23 22:55:09.263697843 [E:onnxruntime:Default, provider_bridge_ort.cc:1480 TryGetProviderInfo_CUDA] /home/ort/onnxruntime/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 :...