Compilation Error: 'OrtLoraAdapter' Does Not Name a Type in ONNX Runtime Nightly Build for aarch64 Linux with CUDA #1078
Replies: 3 comments
-
To build You can then put the headers inside |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick response! It's good to know! You might want to update the README in examples/c, as your sample uses ONNX Runtime 1.19.2 and instructs users to build onnxruntime-genai from source code. By the way, do you have any plans to release onnxruntime-genai artifacts for aarch64 Linux with CUDA enabled? |
Beta Was this translation helpful? Give feedback.
-
I'll update the instructions.
We will add this to our backlog. Most of our work is driven by customer requirements. So far, we have not received a lot of requests for linux aarch64 with CUDA. But I am not sure when we will be able to deliver this. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Hello, I'm attempting to build the nightly version for aarch64 Linux with CUDA enabled, but I encounter the following error:
To Reproduce
Steps to reproduce the behavior:
Build the project using build.py with the following command:
python3 build.py --config Release --ort_home examples/c --use_cuda --cuda_home=/mnt/ssd_drive/cuda_lib/cuda-12.3
P.S. I have previously built ONNX Runtime 1.19.2 for aarch64 Linux with CUDA enabled from source code and placed the required include files and libraries in the examples/c directory.
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions