mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 19:09:45 +00:00
integrated optional (experimentl) CLBlast support
This commit is contained in:
parent
c9f18082fd
commit
23c675b2e6
53 changed files with 22095 additions and 151 deletions
1
expose.h
1
expose.h
|
@ -9,6 +9,7 @@ struct load_model_inputs
|
|||
const char *model_filename;
|
||||
const int n_parts_overwrite = -1;
|
||||
const bool use_mmap;
|
||||
const int clblast_info = 0;
|
||||
};
|
||||
struct generation_inputs
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue