mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-08 10:07:01 +00:00
context : fix recurrent reserve
ggml-ci
This commit is contained in:
@@ -447,6 +447,7 @@ private:
|
||||
ggml_tensor * self_k_shift; // I32 [kv_size]
|
||||
} inp;
|
||||
|
||||
protected:
|
||||
//
|
||||
// graph
|
||||
//
|
||||
@@ -570,6 +571,7 @@ private:
|
||||
ggml_tensor * s_mask; // F32 [1, n_kv]
|
||||
} inp;
|
||||
|
||||
protected:
|
||||
//
|
||||
// graph
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user