Files

3 lines
99 B
Python
Raw Permalink Normal View History

2026-04-02 04:53:13 +00:00
# qwen fused attention
import os
USE_FUSED_MTP_SAMPLER = int(os.getenv("USE_FUSED_MTP_SAMPLER", 1))