Skip to content

Commit 525c9ae

Browse files
committed
Normal changes.
1 parent d8904d6 commit 525c9ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/llama-context.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ ggml_context * llama_context::get_ctx_compute() const {
409409
}
410410

411411
void dump_state(llama_context *ctx, const char* dump_file_path) {
412-
std::vector<uint8_t> state_mem;
413-
414412
std::vector<uint8_t> state_mem(llama_state_get_size(ctx));
415413
const size_t written = llama_state_get_data(ctx, state_mem.data(), state_mem.size());
416414

0 commit comments

Comments
 (0)