We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a3b8d commit c020d31Copy full SHA for c020d31
README.md
@@ -6,12 +6,12 @@ For reasons I've yet to investigate (probably Linux distros with GLIBC older tha
6
7
### Direct pip installation
8
```bash
9
-pip install https://github.com/codcordance/xgboost-gpu-sspcloud/releases/download/v1.0/your_xgboost_wheel_filename.whl
+pip install https://github.com/codcordance/xgboost-gpu-sspcloud/releases/download/v3.0.0.0.dev0/xgboost-3.0.0.dev0-py3-none-manylinux_2_35_x86_64.whl
10
```
11
12
### From sources
13
14
git clone https://github.com/codcordance/xgboost-gpu-sspcloud.git
15
-cd xgboost-gpu-sspcloud
+cd xgboost-gpu-sspcloud/src/python-package
16
pip install .
17
0 commit comments