mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 03:34:34 +00:00
fix: send and recv meta
This commit is contained in:
parent
d6c8d322cd
commit
2039e3b0c1
3 changed files with 27 additions and 4 deletions
|
@ -477,7 +477,9 @@ extern "C" {
|
|||
LLAMA_API void llama_update_context_with_rankworld(
|
||||
struct llama_context * ctx,
|
||||
uint32_t rank,
|
||||
uint32_t n_world);
|
||||
uint32_t n_world,
|
||||
uint32_t worker_rank,
|
||||
uint32_t n_worker);
|
||||
|
||||
LLAMA_API struct llama_context * llama_new_context_with_model(
|
||||
struct llama_model * model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue