Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 739c82a

Browse files
committed
Update readme to include new env var section and update TOC.
1 parent 54b8e82 commit 739c82a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ For notebook examples, see: [Amazon SageMaker Examples](https://github.com/awsla
4242
3. [Running the tests](#running-the-tests)
4343
4. [Pre/Post-Processing](#pre/post-processing)
4444
5. [Deploying a TensorFlow Serving Model](#deploying-a-tensorflow-serving-model)
45-
6. [Deploying to Multi-Model Endpoint](#deploying-to-multi-model-endpoint)
45+
6. [Enable Batching](#enabling-batching)
46+
7. [Other Configurable Environment Variables](#other-configurable-environment-variables)
47+
8. [Deploying to Multi-Model Endpoint](#deploying-to-multi-model-endpoint)
4648

4749
## Getting Started
4850

@@ -612,6 +614,16 @@ SAGEMAKER_TFS_NUM_BATCH_THREADS="16"
612614
SAGEMAKER_TFS_MAX_ENQUEUED_BATCHES="10000"
613615
```
614616

617+
## Other Configurable Environment Variables
618+
The following environment variables can be set on a SageMaker Model or Transform Job if further configuration is required:
619+
620+
```bash
621+
# Configures how long to wait in seconds for GUnicorn
622+
# to finish starting up before timing out.
623+
# Defaults to 30.
624+
SAGEMAKER_GUNICORN_SETUP_TIMEOUT_SECONDS="60"
625+
```
626+
615627
## Deploying to Multi-Model Endpoint
616628

617629
SageMaker TensorFlow Serving container (version 1.5.0 and 2.1.0, CPU) now supports Multi-Model Endpoint. With this feature, you can deploy different models (not just different versions of a model) to a single endpoint.

0 commit comments

Comments
 (0)