Skip to content

Commit e91afed

Browse files
committed
Small README.md
Signed-off-by: Yao, Qing <[email protected]>
1 parent 0883153 commit e91afed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@ Users can interact with the backend service using the `Neural Copilot` VS Code e
257257

258258
To enable monitoring for the CodeGen application, you can use the monitoring Docker Compose file along with the main deployment.
259259

260-
#### Option #1: Default Deployment (without monitoring)
260+
### Option #1: Default Deployment (without monitoring)
261261

262262
To deploy the CodeGen services without monitoring, execute:
263263

264264
```bash
265265
docker compose up -d
266266
```
267267

268-
#### Option #2: Deployment with Monitoring
268+
### Option #2: Deployment with Monitoring
269269

270270
> NOTE: To enable monitoring, `compose.monitoring.yaml` file need to be merged along with default `compose.yaml` file.
271271

CodeGen/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ Use the `Neural Copilot` extension configured with the CodeGen backend URL: `htt
235235

236236
To enable monitoring for the CodeGen application on Gaudi, you can use the monitoring Docker Compose file along with the main deployment.
237237

238-
#### Option #1: Default Deployment (without monitoring)
238+
### Option #1: Default Deployment (without monitoring)
239239

240240
To deploy the CodeGen services without monitoring, execute:
241241

242242
```bash
243243
docker compose up -d
244244
```
245245

246-
#### Option #2: Deployment with Monitoring
246+
### Option #2: Deployment with Monitoring
247247

248248
> NOTE: To enable monitoring, `compose.monitoring.yaml` file need to be merged along with default `compose.yaml` file.
249249

0 commit comments

Comments
 (0)