mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-28 10:21:48 +00:00
Rename split mode "row" to split mode "graph"
This commit is contained in:
@@ -275,7 +275,7 @@ extern "C" {
|
||||
enum llama_split_mode {
|
||||
LLAMA_SPLIT_MODE_NONE = 0, // single GPU
|
||||
LLAMA_SPLIT_MODE_LAYER = 1, // split layers and KV across GPUs
|
||||
LLAMA_SPLIT_MODE_ROW = 2, // split rows across GPUs
|
||||
LLAMA_SPLIT_MODE_GRAPH = 2, // splits computations across GPUs
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user