Commit f434195
committed
fix(ci): build all AI models in workflow
Fix workflow to build both MiniLM and CodeT5 models by default.
Issue: Workflow was not passing --all flag, so only MiniLM was built by default,
but verification expected both MiniLM and CodeT5 files to exist.
Changes:
- Add --all flag to build command to build both models
- Update cached artifacts check to verify all 3 model files exist
- Add explicit check for codet5-decoder file in verification step
- Add better logging for expected files when cache is invalid
This ensures the workflow behavior matches the verification expectations.1 parent e3d0705 commit f434195
1 file changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
262 | 265 | | |
263 | | - | |
| 266 | + | |
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
267 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
268 | 275 | | |
269 | 276 | | |
270 | 277 | | |
| |||
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
277 | | - | |
278 | | - | |
| 284 | + | |
| 285 | + | |
279 | 286 | | |
280 | 287 | | |
281 | 288 | | |
| |||
304 | 311 | | |
305 | 312 | | |
306 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
307 | 320 | | |
308 | 321 | | |
309 | 322 | | |
| |||
0 commit comments