Commit 999b1b0
authored
Remove unnecessary validation for local global attention (#12049)
Since `local_global_attention` is [already an int
list](https://github.com/pytorch/executorch/blob/main/extension/llm/export/config/llm_config.py#L165),
this validation doesn't make any sense to do.1 parent b3c9bf7 commit 999b1b0
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
169 | | - | |
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
| |||
186 | 184 | | |
187 | 185 | | |
188 | 186 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 187 | | |
202 | 188 | | |
203 | 189 | | |
| |||
0 commit comments