Commit dde72fc
authored
[CI] Fix main2main workflow to enable vllm-ascend cache (vllm-project#11359)
### What this PR does / why we need it?
Fix csrc cache path and align checkout layout
- vllm and vllm-ascend as sibling dirs under workspace (drop exclude
hack)
- csrc cache `path:` relative not absolute — tar keeps dir structure so
restore lands .so at the right level (was extracting to workspace root)
- `.so` check uses absolute path, not working-directory-relative
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@a30addc
Signed-off-by: wjunLu <wjunlu217@gmail.com>1 parent e6960fa commit dde72fc
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments