Skip to content

Commit 9a24cbe

Browse files
committed
Address comments
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 5473457 commit 9a24cbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ steps:
355355
- pytest -v -s compile/test_sequence_parallelism.py
356356
- pytest -v -s compile/test_async_tp.py
357357
- pytest -v -s compile/test_fusion_all_reduce.py
358+
- pytest -v -s compile/test_decorator.py
358359

359360
- label: PyTorch Fullgraph Smoke Test # 9min
360361
mirror_hardwares: [amdexperimental]
@@ -368,6 +369,7 @@ steps:
368369
- pytest -v -s compile/piecewise/test_simple.py
369370
- pytest -v -s compile/piecewise/test_toy_llama.py
370371
- pytest -v -s compile/piecewise/test_full_cudagraph.py
372+
- pytest -v -s compile/piecewise/test_multiple_graphs.py
371373

372374
- label: PyTorch Fullgraph Test # 18min
373375
mirror_hardwares: [amdexperimental]

vllm/compilation/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def forward(self, x: torch.Tensor, y: Optional[torch.Tensor]):
130130
131131
`compile_cond` is a function that takes a `VllmConfig` object as input and
132132
returns a boolean value indicating whether to compile the model or not.
133-
This is useful if you want to compile the model only when certaijAn
133+
This is useful if you want to compile the model only when certain
134134
conditions are met.
135135
"""
136136

0 commit comments

Comments
 (0)