Commit 89cb1e2
committed
Temporarily disable 'ct install' test in CI
There's some kind of incompatibility between the GitHub runner
environment and vLLM v0.11.0's CPU image. During the testing process
the vLLM API pod starts, logs some messages about 'Automatically
detected platform CPU' and the seemingly gets killed and enters a
crash loop. Enabling debug logging on vLLM with
VLLM_LOGGING_LEVEL=DEBUG doesn't provide any useful clues and the same
vLLM CPU tests work fine on a standard Ubuntu 24.04 VM outside of
GitHub actions. Disabling this CI test for now. TODO: Try re-enabling
this when a newer vLLM version is available.1 parent 1442a77 commit 89cb1e2
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
0 commit comments