]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
export-lora : handle help argument (#8497)
authorSteve Bonds <redacted>
Tue, 16 Jul 2024 07:04:45 +0000 (00:04 -0700)
committerGitHub <redacted>
Tue, 16 Jul 2024 07:04:45 +0000 (10:04 +0300)
commit37b12f92ab696d70f9a65d7447ce721b094fb32e
tree253ce0209565da765a04ed76e09adf3a69ca221f
parent0efec57787cb8d8d76b17cd3765e6521e22c1f19
export-lora : handle help argument (#8497)

The --help option on export-lora isn't accepted as valid. The help still gets displayed by default, but the script exits with an error message and nonzero status.
examples/export-lora/export-lora.cpp