Test workflow for WoA#1961
Conversation
|
Hi @pdeep854 Last week I started a branch to add this to the test CI here: https://github.com/bitsandbytes-foundation/bitsandbytes/tree/windows-arm64-cpu-ci I started with just the nightly rather than PR workflow, as typically our Windows tests are quite a bit slower than Linux or macOS. I did notice that the tests are even slower than I would have expected though. See a run here: Secondly I notice your comment I have a few thoughts on some potential improvement that I'm wanting to try out. I'll follow up on that soon. Thanks! |
|
Hi @matthewdouglas |
|
Gotcha. I realized I made a mistake here and was building on x86-64 machine, to run tests on the ARM runner, emulated. So rerunning it now! |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
This looks good so I'll merge. I will follow up with separate PRs for nightly tests and a couple of other improvements. Thanks! |
062f5b9
into
bitsandbytes-foundation:main
Adds a test workflow to enable validation on WoA. This ensures PyTorch-related logic and dependencies are exercised in a WoA environment, improving coverage and catching platform-specific issues early