36e67c00b0097a1846d78231d34345c5b5196e3d
Job 103 failed with: 'unrecognized arguments: --reasoning-parser qwen3' Root cause: patch_ops.sh only deployed to one vllm path (lib OR lib64), but Python loaded vllm from the OTHER path where patches were missing. Fix: deploy() helper copies every file to ALL existing vllm roots. Both /usr/local/corex/lib/python3/dist-packages/vllm/ and /usr/local/corex/lib64/python3/dist-packages/vllm/ get patched. CCCL dispatch_common.cuh principle: dispatch must handle ALL paths, not just the first matching one. Same logic: patch ALL install locations.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%