mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 09:59:50 +00:00
CANN: Remove print (#16044)
Signed-off-by: noemotiovon <757486878@qq.com>
This commit is contained in:
parent
d304f459d8
commit
62c3b645c5
1 changed files with 0 additions and 1 deletions
|
|
@ -1728,7 +1728,6 @@ static bool ggml_cann_compute_forward(ggml_backend_cann_context& ctx,
|
|||
ggml_cann_get_rows(ctx, dst);
|
||||
break;
|
||||
case GGML_OP_SET_ROWS:
|
||||
std::cout << "lcg GGML_OP_SET_ROWS"<< std::endl;
|
||||
ggml_cann_set_rows(ctx, dst);
|
||||
break;
|
||||
case GGML_OP_DUP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue