mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-17 21:51:27 -04:00
fix merge errors
This commit is contained in:
@@ -994,6 +994,7 @@ extern "C" {
|
||||
DEPRECATED(LLAMA_API int32_t llama_encode(
|
||||
struct llama_context * ctx,
|
||||
struct llama_batch batch), "use llama_batch_ext API instead");
|
||||
|
||||
LLAMA_API int32_t llama_encode_ext(
|
||||
struct llama_context * ctx,
|
||||
struct llama_batch_ext * batch);
|
||||
@@ -1005,6 +1006,7 @@ extern "C" {
|
||||
DEPRECATED(LLAMA_API int32_t llama_decode(
|
||||
struct llama_context * ctx,
|
||||
struct llama_batch batch), "use llama_batch_ext API instead");
|
||||
|
||||
LLAMA_API int32_t llama_decode_ext(
|
||||
struct llama_context * ctx,
|
||||
struct llama_batch_ext * batch);
|
||||
|
Reference in New Issue
Block a user