diff --git a/bucket/llama.cpp-cu124-dll.json b/bucket/llama.cpp-cu124-dll.json new file mode 100644 index 00000000000..9d1928f7908 --- /dev/null +++ b/bucket/llama.cpp-cu124-dll.json @@ -0,0 +1,24 @@ +{ + "version": "b8763", + "description": "CUDA DLLs for llama.cpp (version 12.4)", + "homepage": "https://github.com/ggml-org/llama.cpp", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ggml-org/llama.cpp/releases/download/b8763/cudart-llama-bin-win-cuda-12.4-x64.zip", + "hash": "8c79a9b226de4b3cacfd1f83d24f962d0773be79f1e7b75c6af4ded7e32ae1d6" + } + }, + "env_add_path": ".", + "checkver": { + "github": "https://github.com/ggml-org/llama.cpp", + "regex": "/releases/tag/(b[\\d]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ggml-org/llama.cpp/releases/download/$version/cudart-llama-bin-win-cuda-12.4-x64.zip" + } + } + } +} diff --git a/bucket/llama.cpp-cu131-dll.json b/bucket/llama.cpp-cu131-dll.json new file mode 100644 index 00000000000..7a800c2a51e --- /dev/null +++ b/bucket/llama.cpp-cu131-dll.json @@ -0,0 +1,24 @@ +{ + "version": "b8763", + "description": "CUDA DLLs for llama.cpp (version 13.1)", + "homepage": "https://github.com/ggml-org/llama.cpp", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ggml-org/llama.cpp/releases/download/b8763/cudart-llama-bin-win-cuda-13.1-x64.zip", + "hash": "f96935e7e385e3b2d0189239077c10fe8fd7e95690fea4afec455b1b6c7e3f18" + } + }, + "env_add_path": ".", + "checkver": { + "github": "https://github.com/ggml-org/llama.cpp", + "regex": "/releases/tag/(b[\\d]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ggml-org/llama.cpp/releases/download/$version/cudart-llama-bin-win-cuda-13.1-x64.zip" + } + } + } +}