Skip to content

Commit 69e02d0

Browse files
authored
Merge branch 'main' into jihao/migration_DYN-1979
2 parents 9966a3b + ef1078e commit 69e02d0

File tree

13 files changed

+52
-1061
lines changed

13 files changed

+52
-1061
lines changed

components/src/dynamo/trtllm/tests/test_trtllm_handler_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
pytest.mark.unit,
1313
pytest.mark.trtllm,
1414
pytest.mark.pre_merge,
15+
pytest.mark.gpu_0,
1516
]
1617

1718

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Platform-specific deployment guides for production environments:
4646
- **[Amazon EKS](/examples/deployments/EKS/)** - Deploy Dynamo on Amazon Elastic Kubernetes Service
4747
- **[Azure AKS](/examples/deployments/AKS/)** - Deploy Dynamo on Azure Kubernetes Service
4848
- **[Amazon ECS](/examples/deployments/ECS/)** - Deploy Dynamo on Amazon Elastic Container Service
49-
- **[Router Standalone](/examples/deployments/router_standalone/)** - Standalone router deployment patterns
5049
- **Google GKE** - _Coming soon_
5150

5251
## Runtime Examples

examples/basics/kubernetes/Distributed_Inference/disagg_router.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- /bin/sh
4343
- -c
4444
args:
45-
- python3 -m dynamo.vllm --model meta-llama/Llama-3.1-70B-Instruct -tp 8
45+
- python3 -m dynamo.vllm --model meta-llama/Llama-3.1-70B-Instruct -tp 8 --is-decode-worker
4646
VllmPrefillWorker:
4747
envFromSecret: hf-token-secret
4848
componentType: worker

examples/deployments/router_standalone/README.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

examples/deployments/router_standalone/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)