We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a772d1 commit 05fb47dCopy full SHA for 05fb47d
benchmarks/run.py
@@ -193,7 +193,7 @@ class RunResult:
193
"attention",
194
{
195
"d_head": 128, # Set default head dimension to 128 for TLX attention compatibility
196
- "num_inputs": 10, # flash_attention takes long time on Benchmark CI, so use fewer inputs instead.
+ "num_inputs": 6, # flash_attention takes long time on Benchmark CI, so use fewer inputs instead.
197
},
198
),
199
"cross_entropy": (
0 commit comments