mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 23:17:43 +01:00
llama: update to commit e1e8e099 (#10513)
This commit is contained in:
3
llama/llama.cpp/src/llama-context.h
vendored
3
llama/llama.cpp/src/llama-context.h
vendored
@@ -172,8 +172,7 @@ private:
|
||||
ggml_tensor * shift,
|
||||
ggml_tensor * factors,
|
||||
float freq_base,
|
||||
float freq_scale,
|
||||
ggml_backend_buffer * bbuf) const;
|
||||
float freq_scale) const;
|
||||
|
||||
llm_graph_result_ptr build_kv_self_shift(
|
||||
ggml_context * ctx0,
|
||||
|
||||
Reference in New Issue
Block a user