Xuan Son Nguyen
|
bfe76d4a17
|
common : move arg parser code to arg.cpp (#9388)
* common : move arg parser to arg.cpp
* better categorize args
* add cmake
* missing climits
* missing cstdarg
* common : more explicit includes
* fix build
* refactor gpt_params_parse
* update server readme
* fix test
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
|
2024-09-09 23:36:09 +02:00 |
|
Xuan Son Nguyen
|
3f7ccfd649
|
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
|
2024-09-08 18:08:55 +02:00 |
|
Xuan Son Nguyen
|
1b9ae5189c
|
common : refactor arg parser (#9308)
* (wip) argparser v3
* migrated
* add test
* handle env
* fix linux build
* add export-docs example
* fix build (2)
* skip build test-arg-parser on windows
* update server docs
* bring back missing --alias
* bring back --n-predict
* clarify test-arg-parser
* small correction
* add comments
* fix args with 2 values
* refine example-specific args
* no more lamba capture
Co-authored-by: slaren@users.noreply.github.com
* params.sparams
* optimize more
* export-docs --> gen-docs
|
2024-09-07 20:43:51 +02:00 |
|