Lightning-AI / lightning-thunder

Make PyTorch models up to 40% faster! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once; across one or thousands of GPUs.
Apache License 2.0
1.12k stars 69 forks source link

`test_change_default_device_with_ctx` is flaky. #853

Closed kshitij12345 closed 1 month ago

kshitij12345 commented 1 month ago

Unexpected Pass - https://dev.azure.com/Lightning-AI/lightning/_build/results?buildId=209894&view=results

While it correctly failed in the PR which introduced it - https://github.com/Lightning-AI/lightning-thunder/pull/820

kshitij12345 commented 1 month ago

Mostly related to #844

t-vi commented 1 month ago

So I think with #849 , we have fixed the flakiness.