Skip to content

Commit 1c964cb

Browse files
committed
Update Submodule vendor/llama.cpp 262364e..8ee538c
1 parent e8a2764 commit 1c964cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ def llama_free(ctx: llama_context_p, /):
13541354
# enum llama_params_fit_status {
13551355
# LLAMA_PARAMS_FIT_STATUS_SUCCESS = 0, // found allocations that are projected to fit
13561356
# LLAMA_PARAMS_FIT_STATUS_FAILURE = 1, // could not find allocations that are projected to fit
1357-
# LLAMA_PARAMS_FIT_STATUS_ERROR = 2, // a hard error occured, e.g. because no model could be found at the specified path
1357+
# LLAMA_PARAMS_FIT_STATUS_ERROR = 2, // a hard error occurred, e.g. because no model could be found at the specified path
13581358
# };
13591359
class llama_params_fit_status(enum.IntEnum):
13601360
LLAMA_PARAMS_FIT_STATUS_SUCCESS = 0

vendor/llama.cpp

0 commit comments

Comments
 (0)