mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 00:36:11 +02:00
ggml update to b6840 (#12791)
This commit is contained in:
2
llama/llama.cpp/src/llama-batch.h
vendored
2
llama/llama.cpp/src/llama-batch.h
vendored
@@ -123,7 +123,7 @@ private:
|
||||
uint32_t n_seq_max;
|
||||
uint32_t n_outputs;
|
||||
|
||||
std::array<llama_seq_id, 1> seq_id_0 = { 0 }; // default sequence id
|
||||
std::array<llama_seq_id, 1> seq_id_0 = {{ 0 }}; // default sequence id
|
||||
|
||||
std::vector<llama_pos> pos;
|
||||
std::vector<int32_t> n_seq_id;
|
||||
|
||||
Reference in New Issue
Block a user