Skip to content

Commit da91b26

Browse files
sarckkProExpertProg
authored andcommitted
Address comments
Signed-off-by: Yong Hoon Shin <[email protected]>
1 parent 949f953 commit da91b26

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
@@ -327,6 +327,7 @@ steps:
327327
- pytest -v -s compile/test_sequence_parallelism.py
328328
- pytest -v -s compile/test_async_tp.py
329329
- pytest -v -s compile/test_fusion_all_reduce.py
330+
- pytest -v -s compile/test_decorator.py
330331

331332
- label: PyTorch Fullgraph Smoke Test # 9min
332333
mirror_hardwares: [amdexperimental]
@@ -340,6 +341,7 @@ steps:
340341
- pytest -v -s compile/piecewise/test_simple.py
341342
- pytest -v -s compile/piecewise/test_toy_llama.py
342343
- pytest -v -s compile/piecewise/test_full_cudagraph.py
344+
- pytest -v -s compile/piecewise/test_multiple_graphs.py
343345

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