Skip to content

Commit 5f201be

Browse files
sarckkProExpertProg
authored andcommitted
Address comments
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 13804a6 commit 5f201be

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
@@ -345,6 +345,7 @@ steps:
345345
- pytest -v -s compile/test_sequence_parallelism.py
346346
- pytest -v -s compile/test_async_tp.py
347347
- pytest -v -s compile/test_fusion_all_reduce.py
348+
- pytest -v -s compile/test_decorator.py
348349

349350
- label: PyTorch Fullgraph Smoke Test # 9min
350351
mirror_hardwares: [amdexperimental]
@@ -358,6 +359,7 @@ steps:
358359
- pytest -v -s compile/piecewise/test_simple.py
359360
- pytest -v -s compile/piecewise/test_toy_llama.py
360361
- pytest -v -s compile/piecewise/test_full_cudagraph.py
362+
- pytest -v -s compile/piecewise/test_multiple_graphs.py
361363

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