Ivan Beňovic

Results 5 comments of Ivan Beňovic

If I understand correctly, updating to nccl 2.12 helped and PR was merged but there is no official python package released to test it out ? 😞

Hi @trivialfis. Thanks for suggestion I will try that,

Wow, great ! Using `https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/master/xgboost-2.0.0.dev0%2B446d536c23c5451eaf2879c5b266a2a68ceb07ec-py3-none-manylinux2014_x86_64.whl` it works on GPU on windows with WSL2 and linux container and training is blazing fast. Thank you very much ! 😄

Hi, is November still expected date ? We are experiencing same issue here.

I have similar experience when using RpcClient when I try to do RPC call and forget to call connect first. Reproducer ``` [TestMethod] public async Task Test_Rpc_Client_Not_Connected() { var factory...