Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Jun 10, 2023
1 parent 2c1b88e commit f02290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwkv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ bool rwkv_eval_sequence(const struct rwkv_context * ctx, const uint32_t * sequen

graph.cgraph.reset(new(std::nothrow) struct ggml_cgraph());
RWKV_ASSERT_FALSE_MSG(RWKV_ERROR_ALLOC, graph.cgraph, "Failed to allocate sequence graph");
0

fprintf(stderr, "after graph alloc\n");
fprintf(stderr, "- ne[0] %d\n", graph.tokens->ne[0]);
fprintf(stderr, "- ne[1] %d\n", graph.tokens->ne[1]);
Expand Down

0 comments on commit f02290f

Please sign in to comment.