]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: fix --override-kv to support comma-separated values (#18056)
authorPascal <redacted>
Wed, 17 Dec 2025 09:36:23 +0000 (10:36 +0100)
committerGitHub <redacted>
Wed, 17 Dec 2025 09:36:23 +0000 (11:36 +0200)
commit487674fbb31d20ad13f9dd7f81da00f650c34e25
tree89932ede4e58441bf90378ad483f29d995d1feb7
parentacec774ef619c81d4c59adca0e548b3ba035554f
common: fix --override-kv to support comma-separated values (#18056)

* common: fix --override-kv to support comma-separated values

* Update common/arg.cpp

Co-authored-by: Xuan-Son Nguyen <redacted>
* common: deprecate repeated arguments, suggest comma-separated values

* common: add comma escape support for --override-kv

* common: optimize duplicate detection with insert().second

Co-authored-by: personalmountains <redacted>
* common: migrate all repeated args to comma-separated syntax

---------

Co-authored-by: Xuan-Son Nguyen <redacted>
Co-authored-by: personalmountains <redacted>
common/arg.cpp