It's not obvious how to use that download as is doesn't include the complete llama.cpp but just a single or several files. I can't get this running on Windows with Vulkan despite I tried getting the same build number from llama.cpp github and replacing ggml-vulkan.dll with the one provided here. That didn't work. Tell me what went wrong because I'm blind how to continue:
C:\Apps\bonsai\llama-server.exe --metrics
--cont-batching -ctk q8_0
-ctv q8_0 --no-mmap --no-warmup --jinja
--flash-attn on --model C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf
--mmproj C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-mmproj-Q8_0.gguf -b 1024
-ub 512 -c 131072
-lv 4
0.00.501.794 E gguf_init_from_reader: tensor 'output_norm.weight' has offset 337715200, expected 357580800
0.00.501.799 E gguf_init_from_reader: failed to read tensor data
0.00.507.120 E llama_model_load: error loading model: llama_model_loader: failed to load model from C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf
0.00.507.128 E llama_model_load_from_file_impl: failed to load model
0.00.507.160 E common_fit_params: encountered an error while trying to fit params to free device memory: failed to load model
0.00.507.168 I common_fit_params: fitting params to free memory took 0.06 seconds
0.00.558.886 E gguf_init_from_reader: tensor 'output_norm.weight' has offset 337715200, expected 357580800
0.00.558.892 E gguf_init_from_reader: failed to read tensor data
0.00.564.023 E llama_model_load: error loading model: llama_model_loader: failed to load model from C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf
0.00.564.029 E llama_model_load_from_file_impl: failed to load model
0.00.564.036 E cmn common_init_: failed to load model 'C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf'
0.00.564.041 E srv load_model: failed to load model, 'C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf'
It's not obvious how to use that download as is doesn't include the complete llama.cpp but just a single or several files. I can't get this running on Windows with Vulkan despite I tried getting the same build number from llama.cpp github and replacing ggml-vulkan.dll with the one provided here. That didn't work. Tell me what went wrong because I'm blind how to continue:
C:\Apps\bonsai\llama-server.exe
--metrics--cont-batching
-ctk q8_0-ctv q8_0
--no-mmap --no-warmup --jinja--flash-attn on
--model C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf--mmproj C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-mmproj-Q8_0.gguf
-b 1024-ub 512
-c 131072-lv 4
0.00.501.794 E gguf_init_from_reader: tensor 'output_norm.weight' has offset 337715200, expected 357580800
0.00.501.799 E gguf_init_from_reader: failed to read tensor data
0.00.507.120 E llama_model_load: error loading model: llama_model_loader: failed to load model from C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf
0.00.507.128 E llama_model_load_from_file_impl: failed to load model
0.00.507.160 E common_fit_params: encountered an error while trying to fit params to free device memory: failed to load model
0.00.507.168 I common_fit_params: fitting params to free memory took 0.06 seconds
0.00.558.886 E gguf_init_from_reader: tensor 'output_norm.weight' has offset 337715200, expected 357580800
0.00.558.892 E gguf_init_from_reader: failed to read tensor data
0.00.564.023 E llama_model_load: error loading model: llama_model_loader: failed to load model from C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf
0.00.564.029 E llama_model_load_from_file_impl: failed to load model
0.00.564.036 E cmn common_init_: failed to load model 'C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf'
0.00.564.041 E srv load_model: failed to load model, 'C:\Apps\KoboldCCP\prism-ml\Ternary-Bonsai-27B-gguf\Ternary-Bonsai-27B-Q2_0.gguf'