瀏覽代碼

llama : remove redundant assert for StableLM (#4901)

Georgi Gerganov 2 年之前
父節點
當前提交
584d674be6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      llama.cpp

+ 0 - 1
llama.cpp

@@ -5530,7 +5530,6 @@ struct llm_build_context {
 
         const int64_t n_embd_head = hparams.n_embd_head_v;
         GGML_ASSERT(n_embd_head == hparams.n_embd_head_k);
-        GGML_ASSERT(n_embd_head == hparams.n_rot);
 
         struct ggml_tensor * cur;
         struct ggml_tensor * inpL;