mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
fix ubatch, autoselect vulkan dgpu if possible
This commit is contained in:
parent
c9c050f323
commit
13398477a1
2 changed files with 15 additions and 0 deletions
|
@ -1053,6 +1053,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
#endif
|
||||
|
||||
llama_ctx_params.n_batch = kcpp_params->n_batch;
|
||||
llama_ctx_params.n_ubatch = kcpp_params->n_ubatch;
|
||||
llama_ctx_params.n_threads = kcpp_params->n_threads;
|
||||
llama_ctx_params.n_threads_batch = kcpp_params->n_threads_batch;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue