]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
arg : list RPC devices first when using --list-devices (#11655)
authorRadoslav Gerganov <redacted>
Tue, 4 Feb 2025 16:16:20 +0000 (18:16 +0200)
committerGitHub <redacted>
Tue, 4 Feb 2025 16:16:20 +0000 (18:16 +0200)
commit1bef571f6a23c36a26dabacba631763f9a893b83
tree10947d74690be86382cdcf966a33b372d775ffc6
parentdb288b60cb49eab69703f995379b8d75c18bf5b3
arg : list RPC devices first when using --list-devices (#11655)

List devices in the same order as they appear when evaluating the model
and splitting tensors across devices, i.e. RPC devices come first in the
list.

ref #11435
common/arg.cpp