Update common/common.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
af30448b3e
commit
f4de12b36f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ void process_escapes(std::string& input) {
|
||||||
input.resize(output_idx);
|
input.resize(output_idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool gpt_params_parse(int argc, char** argv, gpt_params& params) {
|
bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
|
||||||
bool result = true;
|
bool result = true;
|
||||||
try {
|
try {
|
||||||
if (!gpt_params_parse_ex(argc, argv, params)) {
|
if (!gpt_params_parse_ex(argc, argv, params)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue