deep-learning-wizard icon indicating copy to clipboard operation
deep-learning-wizard copied to clipboard

Update rapids_cudf.ipynb to work with new RAPIDS-Colab installation script

Open taureandyernv opened this issue 4 years ago • 1 comments

updated installation of RAPIDS in deep learning tutorial so that it works with new colab script

Solves: https://github.com/ritchieng/deep-learning-wizard/issues/9

taureandyernv avatar Oct 04 '21 17:10 taureandyernv

@ritchieng we are in release for 21.10. would you mind updating the corresponding md file? I used up my extra time for the day :)

taureandyernv avatar Oct 04 '21 17:10 taureandyernv

Probably need an even further update to this given it's Jan 2023 :)

ritchieng avatar Jan 03 '23 04:01 ritchieng

Thank you so much for your effort @taureandyernv, it still works well in 2023. Just tested!

ritchieng avatar Jan 03 '23 05:01 ritchieng

Though @taureandyernv, I had to refactor some code to make majority work.

And the notebook it seems for some code, there're cffi package version conflict errors.

https://www.deeplearningwizard.com/machine_learning/gpu/rapids_cudf/

They're mostly on the filtering API.

# DO NOT RUN
# TOFIX: `cffi` package version mismatch error
print(gdf.query('integers == 1'))

ritchieng avatar Jan 03 '23 05:01 ritchieng

Thanks for fixing and merging @ritchieng. In the last year, the Colab capability had broken (no python 3.8), and was just fixed again. #19 will fix everything you experienced :) . You're actually kinda the "world premiere", as we haven't widely announced this more general install yet!

taureandyernv avatar Jan 05 '23 01:01 taureandyernv