From fc6207947425f16dddacfaa9af68e93b349a7b52 Mon Sep 17 00:00:00 2001 From: luncliff Date: Wed, 23 Oct 2024 01:59:52 +0900 Subject: [PATCH] ci: test libtorch[cuda], libtorch[vulkan] --- test/self-hosted.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/test/self-hosted.json b/test/self-hosted.json index 89783bc1..464198ab 100644 --- a/test/self-hosted.json +++ b/test/self-hosted.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "test", - "version-date": "2024-08-10", + "version-date": "2024-10-23", "description": "vcpkg registry maintained by @luncliff", "homepage": "https://github.com/luncliff/vcpkg-registry", "supports": "windows", @@ -17,6 +17,12 @@ "supports": "x64 & windows", "dependencies": [ "cuda", + { + "name": "libtorch", + "features": [ + "cuda" + ] + }, { "name": "llama-cpp", "features": [ @@ -76,6 +82,12 @@ "description": "Install Vulkan related ports", "supports": "x64 & windows", "dependencies": [ + { + "name": "libtorch", + "features": [ + "vulkan" + ] + }, "glslang", "smol-v", "vulkan",