Commit 402d1d8
committed
ci: exclude vllm_inference from nightly and PR CI runs
vLLM 0.15.1 requires transformers<5 but the 26.03 container ships
transformers 5.x. vLLM 0.19.1 supports transformers 5.x but needs
torch APIs not yet in the NGC 26.03 build.
Exclude vllm_inference from all CI runs until the container catches up.
The changed-files filter already excluded it from PR runs; this also
excludes it from scheduled (nightly) runs via grep -v on ALL_DIRS.
Signed-off-by: svc-bionemo <267129667+svc-bionemo@users.noreply.github.com>1 parent 748ec4c commit 402d1d8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments