Commit 3c73c14
fix(e2e): pair i_prec=fp8 URL with a model that has FP8 in fixtures
After PR #435 made DeepSeek-V4-Pro the default model, the refreshed
availability fixture (which includes only FP4 for dsv4) caused
`effectivePrecisions` to intersect the URL-seeded ['fp8'] with the
available set and fall back to FP4. The precision-multiselect then
rendered FP4 instead of the expected FP8.
Add `g_model=DeepSeek-R1-0528` to the two affected specs so the URL
selection is meaningful — matching the workaround already used by the
"multiple URL params" test in url-params.cy.ts.
Co-authored-by: Alec Ibarra <adibarra@users.noreply.github.com>1 parent f4c488a commit 3c73c14
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
0 commit comments