Skip to content

Commit 97a0a85

Browse files
committed
Address comments
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 4698d6f commit 97a0a85

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
@@ -354,6 +354,7 @@ steps:
354354
- pytest -v -s compile/test_sequence_parallelism.py
355355
- pytest -v -s compile/test_async_tp.py
356356
- pytest -v -s compile/test_fusion_all_reduce.py
357+
- pytest -v -s compile/test_decorator.py
357358

358359
- label: PyTorch Fullgraph Smoke Test # 9min
359360
mirror_hardwares: [amdexperimental]
@@ -367,6 +368,7 @@ steps:
367368
- pytest -v -s compile/piecewise/test_simple.py
368369
- pytest -v -s compile/piecewise/test_toy_llama.py
369370
- pytest -v -s compile/piecewise/test_full_cudagraph.py
371+
- pytest -v -s compile/piecewise/test_multiple_graphs.py
370372

371373
- label: PyTorch Fullgraph Test # 18min
372374
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)