Skip to content

Commit 0c3537f

Browse files
committed
update
1 parent 27266cb commit 0c3537f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,20 @@ Personal recommendation is to run this within a docker container.
9797

9898
## Stable Diffusion
9999

100+
1. Create the image
101+
102+
```bash
103+
docker build -t triton_cc_pt:0.0.1 -f dockers/Dockerfile.cpu.pt .
104+
```
105+
106+
1. To start a container
107+
108+
```bash
109+
bash bash_scripts/triton_server_sd.sh
110+
```
111+
100112
1. While compiling Unet with ONNX, it will create multiple files because the model size >2GB.
113+
101114
1. If loading all of these models for a pipeline doesn't work and doesn't show any significant info in the logs, try loading them individually with `--log-verbose=1`.
102115

103116
## Features
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker run -p 8000:8000 -p 8001:8001 -p 8002:8002 --rm -it -v ${PWD}/models_tf/:/project/models_tf/ -v ${PWD}/weights_tf/:/project/weights_tf/ triton_cc_tf:0.0.1 tritonserver --model-repository models_tf/ --log-verbose=1 --model-control-mode=poll

bash_scripts/triton_server_tf.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)