Skip to content

Commit c5f5dd2

Browse files
authored
fix: Update docker-compose.yml path for examples/llm/benchmarks (ai-dynamo#1816)
1 parent 330e649 commit c5f5dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llm/benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This guide provides detailed steps on benchmarking Large Language Models (LLMs)
4343
3. Start NATS and ETCD
4444

4545
```bash
46-
docker compose -f deploy/docker_compose.yml up -d
46+
docker compose -f deploy/metrics/docker-compose.yml up -d
4747
```
4848

4949
> [!NOTE]

0 commit comments

Comments
 (0)