jolibrain / deepdetect

Deep Learning API and Server in C++14 support for Caffe, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
https://www.deepdetect.com/
Other
2.52k stars 560 forks source link

wrong url github for xgboost when running cmake #364

Open acabrol opened 6 years ago

acabrol commented 6 years ago

correct url is https://github.com/NVlabs/cub/archive/v1.6.4.zip but cmake i looking for https://github.com/NVlabs/cub/archive/1.6.4.zip

Configuration

Your question / the problem you're facing:

Error message (if any) / steps to reproduce the problem:

--2017-12-31 10:28:07-- (try: 2) https://github.com/NVlabs/cub/archive/1.6.4.zip Connecting to github.com (github.com)|192.30.253.112|:443...

beniz commented 6 years ago

Ok thanks for reporting this. Set use_xgboost_gpu to off for now. GPU with xgboost was alpha when we put it in.

tsabbir96 commented 1 year ago

@beniz I would like to contribute here, can I pick it up?