Fangjun Kuang

small fixes

@@ -10,7 +10,7 @@ function(download_onnxruntime) @@ -10,7 +10,7 @@ function(download_onnxruntime)
10 include(FetchContent) 10 include(FetchContent)
11 11
12 if(UNIX AND NOT APPLE) 12 if(UNIX AND NOT APPLE)
13 - # set(onnxruntime_URL "http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz") 13 + set(onnxruntime_URL "http://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz")
14 14
15 # If you don't have access to the internet, you can first download onnxruntime to some directory, and the use 15 # If you don't have access to the internet, you can first download onnxruntime to some directory, and the use
16 # set(onnxruntime_URL "file:///ceph-fj/fangjun/open-source/sherpa-onnx/onnxruntime-linux-x64-1.12.1.tgz") 16 # set(onnxruntime_URL "file:///ceph-fj/fangjun/open-source/sherpa-onnx/onnxruntime-linux-x64-1.12.1.tgz")