mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
Merge branch 'master' into concedo_experimental
# Conflicts: # README.md
This commit is contained in:
commit
b85ea580d3
11 changed files with 166 additions and 50 deletions
3
ggml.h
3
ggml.h
|
@ -450,6 +450,9 @@ extern "C" {
|
|||
|
||||
|
||||
// compute types
|
||||
|
||||
// NOTE: the INIT or FINALIZE pass is not scheduled unless explicitly enabled.
|
||||
// This behavior was changed since https://github.com/ggerganov/llama.cpp/pull/1995.
|
||||
enum ggml_task_type {
|
||||
GGML_TASK_INIT = 0,
|
||||
GGML_TASK_COMPUTE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue