mirror of https://github.com/google/gemma.cpp.git
parent
a85725614a
commit
0570972d43
|
|
@ -266,7 +266,7 @@ struct Args : public ArgsBase<Args> {
|
||||||
visitor(num_threads, "num_threads",
|
visitor(num_threads, "num_threads",
|
||||||
kDefaultNumThreads, // see ChooseNumThreads
|
kDefaultNumThreads, // see ChooseNumThreads
|
||||||
"Number of threads to use.\n Default = Estimate of the "
|
"Number of threads to use.\n Default = Estimate of the "
|
||||||
"number of suupported concurrent threads.",
|
"number of supported concurrent threads.",
|
||||||
2);
|
2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ class AppArgs : public ArgsBase<AppArgs> {
|
||||||
visitor(num_threads, "num_threads",
|
visitor(num_threads, "num_threads",
|
||||||
kDefaultNumThreads, // see ChooseNumThreads
|
kDefaultNumThreads, // see ChooseNumThreads
|
||||||
"Number of threads to use.\n Default = Estimate of the "
|
"Number of threads to use.\n Default = Estimate of the "
|
||||||
"number of suupported concurrent threads.",
|
"number of supported concurrent threads.",
|
||||||
2);
|
2);
|
||||||
visitor(
|
visitor(
|
||||||
eot_line, "eot_line", std::string(""),
|
eot_line, "eot_line", std::string(""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue