Merge branch 'dev' into lt_test

Merge dev branch updates into local branch lt_test.
This commit is contained in:
leeetao 2025-02-23 08:35:45 +00:00
commit 7bf1b743fb
7 changed files with 147 additions and 65 deletions

View file

@ -324,7 +324,7 @@ extern "C" {
uint32_t rank; // my rank
uint32_t n_layer_window[32];// number of layers to process in each compute
uint32_t n_gpu_layers; // number of layers to process on GPU
bool unload; // whether to unload layer weights after use
bool prefetch; // whether to prefetch layer weights
bool keep_out_in_metal; // whether to keep output weights in metal memory
char * master_ip; // ip address of the master node
char * next_node_ip; // ip address of the next node