Skip to content

Commit

Permalink
See how easy updates are now? (update GGML)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDark committed Jun 24, 2023
1 parent 01f2907 commit 12277f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rwkv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ struct rwkv_future_tensor {

struct rwkv_future_tensor fn(struct rwkv_future_ctx & ctx) const {
ctx.add_objects(sizeof(struct ggml_tensor));
ctx.add_scratch(sizeof(void *) / sizeof(uint32_t));
ctx.add_memory(sizeof(void *) / sizeof(uint32_t));
return this->dup(ctx);
}

Expand Down

0 comments on commit 12277f2

Please sign in to comment.