From 6d4a7675350455f1fd1317459deb7b164fdac825 Mon Sep 17 00:00:00 2001 From: luncliff Date: Sun, 15 Sep 2024 14:32:53 +0900 Subject: [PATCH] test: onnxruntime[coreml], linux build --- test/azure-port-osx.txt | 2 +- test/vcpkg.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/azure-port-osx.txt b/test/azure-port-osx.txt index f7180dae..6ebb2823 100644 --- a/test/azure-port-osx.txt +++ b/test/azure-port-osx.txt @@ -1,5 +1,5 @@ tensorflow-lite[gpu] -onnxruntime[framework] +onnxruntime[framework,coreml] metal-cpp miniaudio abseil diff --git a/test/vcpkg.json b/test/vcpkg.json index a6838c5d..3b3e1418 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -62,6 +62,13 @@ "test" ] }, + { + "name": "onnxruntime", + "features": [ + "test" + ], + "platform": "osx | linux" + }, { "name": "opencl", "platform": "windows | linux"