Skip to content

Commit

Permalink
ci: test libtorch[cuda], libtorch[vulkan]
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Oct 22, 2024
1 parent 6fb9ae7 commit fc62079
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test/self-hosted.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,6 +17,12 @@
"supports": "x64 & windows",
"dependencies": [
"cuda",
{
"name": "libtorch",
"features": [
"cuda"
]
},
{
"name": "llama-cpp",
"features": [
Expand Down Expand Up @@ -76,6 +82,12 @@
"description": "Install Vulkan related ports",
"supports": "x64 & windows",
"dependencies": [
{
"name": "libtorch",
"features": [
"vulkan"
]
},
"glslang",
"smol-v",
"vulkan",
Expand Down

0 comments on commit fc62079

Please sign in to comment.