Commit d82f0f7
fix: use typing.List for Python 3.9 compatibility in benchmark
list[...] as a generic type requires Python 3.10+. Use List from typing
to support Python 3.9.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0ceac1e commit d82f0f7
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- benchmarks/prototype/moe_training/fp8_rowwise
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
0 commit comments