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
Describe the bug
Hello, I'm attempting to build the nightly version for aarch64 Linux with CUDA enabled, but I encounter the following error:
In file included from /mnt/ssd_drive/repos/onnxruntime-genai/src/generators.h:35,
from /mnt/ssd_drive/repos/onnxruntime-genai/src/cuda/beam_search_scorer_cuda.cpp:1:
/mnt/ssd_drive/repos/onnxruntime-genai/src/models/onnxruntime_api.h:519:45: error: ‘OrtLoraAdapter’ does not name a type
519 | OrtRunOptions& AddActiveLoraAdapter(const OrtLoraAdapter& adapter); ///< Wraps OrtApi::RunOptionsSetActiveLoraAdapter
To Reproduce
Steps to reproduce the behavior:
Build the project using build.py with the following command:
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):
OS: aarch64 Ubuntu
Version 20.04
The text was updated successfully, but these errors were encountered:
You can then put the headers inside examples/c/include and try building again with the same command. Alternatively, you could avoid passing in the ort_home arg, and onnxruntime-genai will try to download the necessary dependencies by itself.
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?
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):
The text was updated successfully, but these errors were encountered: