-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support Rapids cudf #174
Comments
After some try & error here's how I got a working
|
The idea is to add a By default |
@yaronha said he perfers EC2 image. |
Quick try with EC2 nvidia image didn't go well. Going back to GCE and once the code works I'll work with @bivas to run it hosted |
rapids docker has an old version of pandas. Upgraded from 0.20.3 to 0.23.4 since |
After updating pandas, had to add
|
See #175 |
Managed to run on EC2 with |
Install document here, see also this issue. |
cudf 0.4.0 is out. Trying to see if it work with frames I can't get a working environment: I'm working on "NVIDIA Volta Deep Learning AMI 18.11 AMI", and reading https://rapids.ai/documentation.html
Asked help from Yuval Mazor [email protected] (NVIDIA Israel) |
cudf 0.5.0 is out. I'm able to run it on "NVIDIA Volta Deep Learning AMI 18.11 AMI" with miniconda:
|
We'd like to support using Rapids cudf in frames.
Both on read and write.
Support
The text was updated successfully, but these errors were encountered: