Skip to content

Commit

Permalink
remove inference private review warning message (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Yue Yu <[email protected]>
Co-authored-by: Jonathan Innis <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2022
1 parent a81c4fc commit ff845c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def __validate_config(self, configuration_settings, configuration_protected_sett
enable_inference = str(enable_inference).lower() == 'true'

if enable_inference:
logger.warning("The installed AzureML extension for AML inference is experimental and not covered by customer support. Please use with discretion.")
self.__validate_scoring_fe_settings(configuration_settings, configuration_protected_settings, release_namespace)
self.__set_up_inference_ssl(configuration_settings, configuration_protected_settings)
elif not (enable_training or enable_inference):
Expand Down

0 comments on commit ff845c7

Please sign in to comment.