diff options
| -rw-r--r-- | nvchecker.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvchecker.toml b/nvchecker.toml index 52120ab..7aaa028 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -33,9 +33,10 @@ github = "kovidgoyal/kitty" use_latest_release = true prefix = "v" -[llama.cpp-vulkan] +["llama.cpp-vulkan"] source = "github" github = "ggml-org/llama.cpp" +use_latest_release = true [obsidian] source = "github" |
