Open
Description
Hi,
I'm trying to build onnxruntime-genai with cuda support on Jetson device. I have onnxruntime-1.18.0 and onnxruntime-gpu 1.18.0.
I have placed the .so files in ort/lib/ and .h files in ort/include as instructed.
But when building, it fetches onnxruntime version 1.17.1 into the _deps. Does this version have to match the onnxruntime I have installed on the machine ? I'm not able to use CUDA to run genai.
Kindly help me on how to change the onnxruntime source version getting fetched by cmake to customizable option.
Thanks in advance.