3 lines
99 B
Python
3 lines
99 B
Python
|
|
# qwen fused attention
|
||
|
|
import os
|
||
|
|
USE_FUSED_MTP_SAMPLER = int(os.getenv("USE_FUSED_MTP_SAMPLER", 1))
|