microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.32k stars 3.8k forks source link

Inquiry about Release Date for GPU Training Bug "bin size 257" FIX #6480

Closed RunxingZhong closed 2 weeks ago

RunxingZhong commented 2 weeks ago

I encountered an issue when using LightGBM for training with GPU, which leads to an error.

I noticed that this issue has been resolved here: https://github.com/microsoft/LightGBM/pull/6019.

It has been almost six months since the last version was released. Could you please let me know when the next version, including this fix, will be released?

Thank you very much

jameslamb commented 2 weeks ago

You can subscribe to #6439 (or "watch" the repo, per https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#about-participating-and-watching-notifications) to be notified when the next release goes out.

That release will include the fix for #6019.