diff options
| author | Danilo Macrì <danix@danix.xyz> | 2026-04-01 16:30:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-01 16:30:16 -0400 |
| commit | 6300667436ab1e103f11e5017b4b87b9f82430e3 (patch) | |
| tree | 4aed3a1fb89a1ab500566376fdedaed2ec475912 | |
| parent | 6a3d6d6168dce407b22acdf5188db406d5b54974 (diff) | |
| parent | 16ed40e3bbcf2f579e64f52edb1cb486550ada39 (diff) | |
| download | my-slackbuilds-6300667436ab1e103f11e5017b4b87b9f82430e3.tar.gz my-slackbuilds-6300667436ab1e103f11e5017b4b87b9f82430e3.zip | |
Merge pull request #4 from danixland/fix-nvchecker-llama-entry
nvchecker.toml: fix llama.cpp-vulkan entry
| -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" |
