Update common/common.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
bandoti 2023-11-01 14:06:19 -03:00 committed by GitHub
parent af30448b3e
commit f4de12b36f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ void process_escapes(std::string& input) {
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;
try {
if (!gpt_params_parse_ex(argc, argv, params)) {