Commit ff6fe7a
committed
Fix vLLM server startup: conditional /models dir, capture logs
- Only use --download-dir /models if the path exists (Modal volume).
On GitHub runners, fall back to HF cache default.
- Capture server stdout/stderr to a log file instead of DEVNULL.
- Include server log in result on startup failure for debugging.1 parent 4c84d44 commit ff6fe7a
1 file changed
+21
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
961 | | - | |
962 | | - | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
963 | 972 | | |
964 | 973 | | |
965 | 974 | | |
966 | | - | |
967 | | - | |
| 975 | + | |
| 976 | + | |
968 | 977 | | |
969 | 978 | | |
970 | 979 | | |
| |||
1181 | 1190 | | |
1182 | 1191 | | |
1183 | 1192 | | |
1184 | | - | |
| 1193 | + | |
1185 | 1194 | | |
1186 | 1195 | | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
1187 | 1203 | | |
1188 | 1204 | | |
1189 | 1205 | | |
| |||
0 commit comments