-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MNT] Windows issue on python 3.10-3.12 #1632
Comments
This is also occurring in sktime with TFT https://github.com/sktime/sktime/actions/runs/10610051364/job/29406877935#step:11:32632 |
According to different threads at GitHub. This is an error that multiple libraries are facing when using xdist.. See for example: coiled/benchmarks#404. There someone had the assumption that there is to much load on the worker and thus they are failing... |
Some people seem to be successful with reducing the number of workers: |
I would suggest to select smaller possible values in |
We could also try turning off |
See also sktime/pytorch-forecasting#1632 I tried to reduce the load for the runner by reducing the batch size in the PyTorch forecasting models and reduced the model size of the TFT. In my opinion, this PR is successful if in multiple runs, the CI is not crashing because of HEAP errors and crashed runners...
See also sktime/pytorch-forecasting#1632 I tried to reduce the load for the runner by reducing the batch size in the PyTorch forecasting models and reduced the model size of the TFT. In my opinion, this PR is successful if in multiple runs, the CI is not crashing because of HEAP errors and crashed runners...
There is another issue on python 3.10-3.12, tests crash with this:
The text was updated successfully, but these errors were encountered: