Skip to content

Commit 518ee2a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 37466fe commit 518ee2a

File tree

1 file changed

+2
-2
lines changed
  • CodeGen/docker_compose/intel/cpu/xeon

1 file changed

+2
-2
lines changed

CodeGen/docker_compose/intel/cpu/xeon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ This uses the default vLLM-based deployment profile (`codegen-xeon-vllm`).
6969
can be change to small model if needed
7070
export LLM_MODEL_ID="Qwen/Qwen2.5-Coder-7B-Instruct"
7171

72-
3. **Start Services (vLLM Profile):**
72+
2. **Start Services (vLLM Profile):**
7373

7474
```bash
7575
docker compose --profile codegen-xeon-vllm up -d
7676
```
7777

78-
4. **Validate:**
78+
3. **Validate:**
7979
Wait several minutes for models to download (especially the first time) and services to initialize. Check container logs (`docker compose logs -f <service_name>`) or proceed to the validation steps below.
8080

8181
## Available Deployment Options

0 commit comments

Comments
 (0)