Update common/common.h
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
2807111dcc
commit
af30448b3e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ struct gpt_params {
|
||||||
std::string image = ""; // path to an image file
|
std::string image = ""; // path to an image file
|
||||||
};
|
};
|
||||||
|
|
||||||
bool gpt_params_parse_ex(int argc, char** argv, gpt_params& params);
|
bool gpt_params_parse_ex(int argc, char ** argv, gpt_params & params);
|
||||||
|
|
||||||
bool gpt_params_parse(int argc, char ** argv, gpt_params & params);
|
bool gpt_params_parse(int argc, char ** argv, gpt_params & params);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue