Skip to content

Commit

Permalink
quality
Browse files Browse the repository at this point in the history
  • Loading branch information
philschmid committed May 8, 2024
1 parent b4344d0 commit e0b66cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def start_model_server(handler_service=DEFAULT_HANDLER_SERVICE):

try:
env._model_server_workers = str(get_num_neuron_cores())
except:
except Exception:
env._model_server_workers = "1"

# Note: multi-model default config already sets default_service_handler
Expand Down

0 comments on commit e0b66cc

Please sign in to comment.