We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ad1fc commit de30142Copy full SHA for de30142
tensorflow_serving/model_servers/main.cc
@@ -251,7 +251,7 @@ int main(int argc, char** argv) {
251
"Number of times a request is iterated during warmup "
252
"replay. This value is used only if > 0."),
253
tensorflow::Flag("num_warmup_threads", &options.num_warmup_threads,
254
- "Number of threads for warmp up threads pool to use for model warmup.",
+ "Number of threads for warmp up threads pool to use for model warmup."
255
"Default is 0, which means no thread pool is used."),
256
tensorflow::Flag("version", &display_version, "Display version"),
257
tensorflow::Flag(
0 commit comments