Skip to content

Commit

Permalink
fix: use_calib is not configured properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiningZhang committed Oct 11, 2021
1 parent 32ada7a commit b631ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle_serving_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def run_server(self):
"-num_threads {} " \
"-port {} " \
"-precision {} " \
"-use_calib {} " \
"-use_calib={} " \
"-reload_interval_s {} " \
"-resource_path {} " \
"-resource_file {} " \
Expand Down

0 comments on commit b631ff0

Please sign in to comment.