mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 12:14:33 +00:00
Merge branch 'dev' into feat/auto-exit
This commit is contained in:
commit
7b0ededd24
10 changed files with 488 additions and 87 deletions
|
@ -350,7 +350,6 @@ float device_inp_embd_delay(struct llama_model * model, enum ggml_type src0t, in
|
|||
return 0.0f;
|
||||
}
|
||||
|
||||
size_t QK_K = 0;
|
||||
switch (src0t) {
|
||||
case GGML_TYPE_F32: {
|
||||
matrix_B = malloc(embd_size * sizeof(float));
|
||||
|
@ -914,7 +913,7 @@ ioengine=%s
|
|||
direct=1
|
||||
time_based=1
|
||||
runtime=1
|
||||
size=4G
|
||||
size=1G
|
||||
group_reporting=1
|
||||
iodepth=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue