Add Windows CUDA CI coverage for Voxtral Realtime#17852
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17852
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 3 Cancelled Jobs, 3 Unrelated FailuresAs of commit f45642a with merge base 5ddbab2 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
This PR adds mistralai/Voxtral-Mini-4B-Realtime-2602 coverage to Windows CUDA CI by following the existing cuda-windows.yml pattern (Linux export artifact + Windows runner E2E).
cuda-windows CI previously covered Voxtral 3B and Parakeet, but not Voxtral Realtime.
Voxtral Realtime also needed explicit cuda-windows export support in its exporter to generate Windows-targeted CUDA artifacts.
What changed