Skip to content

Commit

Permalink
feat: remove cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 7, 2024
1 parent 687df17 commit 67c2ac8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"name": "maa-onnxruntime",
"platform": "windows",
"features": ["cuda", "directml"]
"features": ["directml"]
},
{
"name": "maa-onnxruntime",
Expand All @@ -29,8 +29,7 @@
},
{
"name": "maa-onnxruntime",
"platform": "linux",
"features": ["cuda"]
"platform": "linux"
},
"maa-fastdeploy",
"zlib",
Expand Down

0 comments on commit 67c2ac8

Please sign in to comment.