project6-dev 539d0fc6ff fix(CRITICAL): deploy paged_attn.py — NameError context_attention_fwd kills engine on first request
Root cause: base image paged_attn.py imports Triton context_attention_fwd
which does not exist on BI-V100 (no Triton). Our paged_attn.py replaces
it with PyTorch fallback but was NEVER deployed — missing from patch_ops.sh.

SYSTEM_DESIGN.md step 9 lists it, patch_ops.sh didn't have it.

Also deploys prefix_prefill.py as safety net.

Error was: paged_attn.py:203 NameError: name 'context_attention_fwd' is not defined
→ AsyncEngineDeadError → all requests 503
2026-08-10 13:10:02 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%