Tyler Thomas

Results 34 comments of Tyler Thomas

> Awesome. Will 1.8.3 (currently release-1.8) suffice? If so I might wait for that. I think the backport is scheduled to come with 1.8.4. We can circle back when that...

> Yes. I know this is frustrating, but I prefer to prioritise review to interfaces that will work with current Julia. Hang in there. Sounds good. I'll ping you when...

Hey @ablaom, I put a little time into getting this library to a similar level as CatBoost.jl. I think that it is in a good spot for a review when...

I have never seen that error before. If it is a pre-pascal GPU, then it might not work. There is absolutely no rush.

This issue happens when we have `cugraph` imported via PythonCall. I am looking into the issue further. This will result in the same error: ```julia using CSV using DataFrames using...

I have removed the automatic `cugraph` pyimport in the main branch. Let me know if this fixes your issue. I will continue to look into what is happening to cause...

I pushed the update to the registry. Over the next few weeks, I will look at directly interfacing with the C++/CUDA functions instead of wrapping Python, so hopefully, weird bugs...

https://github.com/pypa/setuptools/pull/4522 setuptools v72 has been [yanked](https://pypi.org/project/setuptools/72.0.0/#history), and the deprecation is now scheduled for November 15th, 2024.

We experienced this issue with torch v2.4. Downgrading to v2.3.1 fixed it for us.

I also get this error when `local_toolkit=true`. I do not get it when `local_toolkit=false`. I am not sure what is causing it.