Skip to content

Commit ccf2faa

Browse files
committed
update README
1 parent c15e3fe commit ccf2faa

File tree

2 files changed

+15
-1
lines changed
  • inference/generativeai/llm-workshop/lab12-hosting-controlnet-models-on-sagemaker

2 files changed

+15
-1
lines changed

inference/generativeai/llm-workshop/lab12-hosting-controlnet-models-on-sagemaker/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
In this notebook, we explore how to build generative fill application and host Stable Diffusion/ ControlNet / segment anything models on SageMaker asynchronous endpoint using BYOC (Bring-your-own-container).
5+
In this notebook, we will explore how to build generative fill application and host Stable Diffusion/ ControlNet / segment anything models on SageMaker asynchronous endpoint using DLC container.
66

77
You will find 2 Jupyter Notebooks: 1 for running with Amazon SageMaker Studio and 1 for running with Amazon SageMaker Notebook.
88

@@ -39,6 +39,14 @@ You will find 2 Jupyter Notebooks: 1 for running with Amazon SageMaker Studio an
3939
}
4040
```
4141
42+
* Tested image, kernel, and instance:
43+
```
44+
image: Pytorch 2.0.1 Python 3.10 CPU Optimized
45+
kernel: Python 3
46+
instance: ml.m5.4xlarge
47+
48+
```
49+
4250
2) Running with Amazon SageMaker Notebook
4351
4452
* Permission Policies
@@ -68,6 +76,12 @@ You will find 2 Jupyter Notebooks: 1 for running with Amazon SageMaker Studio an
6876
}
6977
```
7078
79+
* Tested kernel:
80+
```
81+
kernel: conda_pytorch_p310
82+
83+
```
84+
7185
## Note
7286
7387
1. You may need to adjust IAM roles definition to achieve fine grained access control.

0 commit comments

Comments
 (0)