-
Notifications
You must be signed in to change notification settings - Fork 916
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
[FEA] CudaSupportError: Error at driver init: Call to cuInit results in CUDA_ERROR_NO_DEVICE (100): #17590
Comments
I see your traceback includes |
GPU 0: NVIDIA GeForce RTX 2050 (UUID: GPU-2b9a833b-6fb9-b25e-1833-7ff832a835eb) +-----------------------------------------------------------------------------------------+ |
do you have the nvidia-container-toolkit installed? - No |
Hey @maheshmrs -- it looks like you are relying on auto-labeled column names, but those start from %%cudf.pandas.profile
data=pd.read_csv("training.1600000.processed.noemoticon.csv",
header=None,
encoding = "latin-1")
data = data.drop(columns=["0", "1","2"])
data.columns = ["lable","user","tweet"]
data.head(3) |
Can you also share the output of |
Name Version Build Channel_libgcc_mutex 0.1 main |
This issue template is intended to be used primarily for requests related to pandas accelerator mode. If you'd like to file a general cuDF feature request, please click here.
Missing Pandas Feature Request
A clear and concise summary of the pandas function(s) you'd like to be able run with cuDF.
I was try to execute below code.
Profiler Output
If you used the profiler in pandas accelerator mode, please provide the full output of your profiling report.
Full Traceback
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
The text was updated successfully, but these errors were encountered: