Skip to content

Commit 49dacbb

Browse files
common: mark --split-mode tensor as experimental (ggml-org#21684)
1 parent 6b06d2c commit 49dacbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
23532353
"- none: use one GPU only\n"
23542354
"- layer (default): split layers and KV across GPUs (pipelined)\n"
23552355
"- row: split weight across GPUs by rows (parallelized)\n"
2356-
"- tensor: split weights and KV across GPUs (parallelized)",
2356+
"- tensor: split weights and KV across GPUs (parallelized, EXPERIMENTAL)",
23572357
[](common_params & params, const std::string & value) {
23582358
if (value == "none") {
23592359
params.split_mode = LLAMA_SPLIT_MODE_NONE;

0 commit comments

Comments
 (0)