]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : bring back missing args, add env var duplication check (#9375)
authorXuan Son Nguyen <redacted>
Sun, 8 Sep 2024 16:08:55 +0000 (18:08 +0200)
committerGitHub <redacted>
Sun, 8 Sep 2024 16:08:55 +0000 (18:08 +0200)
commit3f7ccfd649abc83d059b5462221ac14de4ede6b7
tree931b27d5bc7b90a7053945d7a79d6291b2235150
parenta249843d89bd6373772eede26d7f2aa708b26600
common : bring back missing args, add env var duplication check (#9375)

* common : bring back missing args

* move duplication check to test-arg-parser

* add check for duplicated env var

* correct default values
common/common.cpp
common/common.h
examples/infill/infill.cpp
tests/test-arg-parser.cpp