diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-01 22:28:25 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-01 22:28:25 +0200 |
| commit | 16ed40e3bbcf2f579e64f52edb1cb486550ada39 (patch) | |
| tree | 4aed3a1fb89a1ab500566376fdedaed2ec475912 | |
| parent | 6a3d6d6168dce407b22acdf5188db406d5b54974 (diff) | |
| download | my-slackbuilds-16ed40e3bbcf2f579e64f52edb1cb486550ada39.tar.gz my-slackbuilds-16ed40e3bbcf2f579e64f52edb1cb486550ada39.zip | |
nvchecker.toml: fix llama.cpp-vulkan entry
Quote the section header to prevent TOML from interpreting the dot as a
nested table, and add missing use_latest_release = true.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -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" |
