-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pyspark] Improve tutorial on enabling GPU support. #8385
Conversation
trivialfis
commented
Oct 25, 2022
- Quote the databricks doc on how to manage dependencies.
- Some wording changes.
doc/tutorials/spark_estimator.rst
Outdated
|
||
python -m venv xgboost_env | ||
source xgboost_env/bin/activate | ||
pip install pyarrow pandas venv-pack cudf xgboost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cudf is installed w/ pip install --extra-index-url=https://pypi.ngc.nvidia.com cudf-cu11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the review. Fixed along with a link to the install page.
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
… ci] - Quote the databricks doc on how to manage dependencies. - Some wording changes. Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
… [skip ci] (#8391) - Quote the databricks doc on how to manage dependencies. - Some wording changes. Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>