cdec569977ac178acf1ec15f6a2bea881459bccb
paged_attn.py (+218 lines): - Tier 0: ixformer flash_attn_varlen_func (cu_seqlens packed) - Tier 0.5: ixformer flash_attn_func (non-varlen, batch layout) - Tier 1: CoreXFA2 3-mode dispatch (packed/paged/chunked) - Tier 2 fallback: existing Python Q-tiling (unchanged) - Import chain: flash_attn_func + CoreXFA2Class + varlen serving_chat.py (+23 lines): - max_tokens clamp: fixes OpenCompass 0 score (5 benchmarks all 400) - n>1 fanout: remove temperature==0 restriction for t2_n_2 FAIL api_server.py (+33 lines): - HTTP middleware: strip index from messages before pydantic validation - Fixes ValidatorIterator 0.index Extra inputs are not permitted x6
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%