mirror of
https://github.com/ollama/ollama.git
synced 2026-04-28 03:39:48 +02:00
Revert "Update vendored llama.cpp to b7847" (#14061)
This commit is contained in:
1
llama/llama.cpp/src/models/plm.cpp
vendored
1
llama/llama.cpp/src/models/plm.cpp
vendored
@@ -5,7 +5,6 @@ llm_build_plm::llm_build_plm(const llama_model & model, const llm_graph_params &
|
||||
|
||||
const uint32_t n_embd_head_qk_rope = hparams.n_rot;
|
||||
const uint32_t n_embd_head_qk_nope = hparams.n_embd_head_k - hparams.n_rot;
|
||||
|
||||
const uint32_t kv_lora_rank = hparams.n_lora_kv;
|
||||
|
||||
ggml_tensor * cur;
|
||||
|
||||
Reference in New Issue
Block a user