We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e14523 commit 19f4c2dCopy full SHA for 19f4c2d
omni/README.md
@@ -17,7 +17,7 @@
17
18
Pull docker image from dockerhub:
19
```bash
20
-docker pull intel/llm-scaler-omni:0.1.0-b5
+docker pull intel/llm-scaler-omni:0.1.0-b6
21
```
22
23
Or build docker image:
@@ -29,7 +29,7 @@ bash build.sh
29
Run docker image:
30
31
32
-export DOCKER_IMAGE=intel/llm-scaler-omni:0.1.0-b5
+export DOCKER_IMAGE=intel/llm-scaler-omni:0.1.0-b6
33
export CONTAINER_NAME=comfyui
34
export MODEL_DIR=<your_model_dir>
35
export COMFYUI_MODEL_DIR=<your_comfyui_model_dir>
0 commit comments