Nikita Titov

Results 299 comments of Nikita Titov

@shiyu1994 Thank you very much! Right now all CUDA jobs are failing with ``` Checking docker version /usr/bin/docker version --format '{{.Server.APIVersion}}' permission denied while trying to connect to the Docker...

> I'll try to trigger `set up docker` job manually. It helped! 🎉

I think this PR is ready for review.

> If that's true, then maybe we should consider trying to distribute compile in CUDA support for the wheels on PyPI. I like your idea about publishing CUDA version at...

Hmmm... Looks like the latest conda (mamba) is broken: ``` Traceback (most recent call last): File "/opt/miniforge//bin/mamba", line 7, in from mamba.mamba import main File "/opt/miniforge/lib/python3.10/site-packages/mamba/mamba.py", line 18, in from...

@jameslamb Seems that I'm stuck here with Windows. Everything is OK with Linux, but for Windows the following error is raised: ``` symbolic link created for boost\operators.hpp ..\libs\utility\include\boost\operators.hpp compile-c-c++ bin.v2\libs\chrono\build\msvc-14.2\release\address-model-64\link-static\threading-multi\chrono.obj...

Looks like `1.83` is the latest available version at `mhier/libboost-latest`: https://launchpad.net/~mhier/+archive/ubuntu/libboost-latest/+packages?field.name_filter=1.84&field.status_filter=published&field.series_filter=

I like this automatization! Thanks for working on it @borchero ! Also I'm totally agree with @jameslamb that we should have more granular control over updates compared to simple "update...

Thanks a lot for the detailed description! > both the training and the validation data sets use the same feature mapper According to this answer it looks like this is...