Skip to content

Commit

Permalink
Disabling token auth and enabling model API by default (#167)
Browse files Browse the repository at this point in the history
* adding disable token and enabling model api

* updating mme properties
  • Loading branch information
udaij12 authored Oct 7, 2024
1 parent d1bd6f5 commit f8843fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ vmargs=-XX:-UseContainerSupport
enable_envvars_config=true
decode_input_request=false
load_models=ALL
disable_token_authorization=true
enable_model_api=true
2 changes: 2 additions & 0 deletions src/sagemaker_pytorch_serving_container/etc/mme-ts.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ default_service_handler=$$SAGEMAKER_HANDLER$$
default_workers_per_model=1
async_logging=true
decode_input_request=false
disable_token_authorization=true
enable_model_api=true

0 comments on commit f8843fb

Please sign in to comment.