Skip to content

Commit de30142

Browse files
committed
fix
1 parent 60ad1fc commit de30142

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/model_servers

1 file changed

+1
-1
lines changed

tensorflow_serving/model_servers/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ int main(int argc, char** argv) {
251251
"Number of times a request is iterated during warmup "
252252
"replay. This value is used only if > 0."),
253253
tensorflow::Flag("num_warmup_threads", &options.num_warmup_threads,
254-
"Number of threads for warmp up threads pool to use for model warmup.",
254+
"Number of threads for warmp up threads pool to use for model warmup."
255255
"Default is 0, which means no thread pool is used."),
256256
tensorflow::Flag("version", &display_version, "Display version"),
257257
tensorflow::Flag(

0 commit comments

Comments
 (0)