James Lamb
                                            James Lamb
                                        
                                    Pre-loading `libgomp.so.1` does work, as suggested in many of the threads linked above. ```shell LD_PRELOAD="/root/miniconda3/envs/test-env/lib/libgomp.so.1" \ python -c "import lightgbm; print(lightgbm.__version__)" # 4.4.0 ``` I think the reason for that...
I followed the advice in https://bugzilla.redhat.com/show_bug.cgi?id=1722181 to check how much static TLS is being allocated for each library loaded to satisfy `import lightgbm`. script (click me) Get a list of...
I noticed that most of those are pyarrow and its dependencies, which helped me to narrow this down even further from https://github.com/microsoft/LightGBM/issues/6509#issuecomment-2212334291. Importing just `pyarrow` following by `scikit-learn` (which causes...
@shreyash2002 are you planning to return to this pull request? Do you need any help?
Thanks @jmoralez ! I'll look into the failing CI and merge this.
Thanks for your interest in LightGBM. To start, please... don't come here and say that the current state is not "sane". We can discuss the relative benefits and disadvantages of...
It may be a few days until I'm able to provide a thoughtful answer here, sorry. The state of these codepaths is very focused on building the library for redistribution...
> *IMO it will be cool to have configure options to use external libraries instread of building and installing duplicates.* Thanks for this. We intentionally vendor *sources* of specific, fixed...
@barracuda156 would it be ok if I push a commit to this PR with the changes recommended in https://github.com/microsoft/LightGBM/pull/6489#issuecomment-2183858109? We are going to have to do a new release very...
(I'll fix the `cmakelint` error in the next commit) @barracuda156 I've pushed some changes here, could you please take a look and let me know what you think?