Skip to content
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

Dead Kernel Demo_part3 #303

Closed
az1fr3 opened this issue Sep 1, 2024 · 2 comments
Closed

Dead Kernel Demo_part3 #303

az1fr3 opened this issue Sep 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@az1fr3
Copy link

az1fr3 commented Sep 1, 2024

19:26:41.322 [warn] Cancel all remaining cells due to dead kernel
19:26:41.334 [info] Process Execution: d:\IA\OVoice\New Open Voice.conda\python.exe -c "import ipykernel; print(ipykernel.version); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.file)"
19:26:41.718 [info] Process Execution: d:\IA\OVoice\New Open Voice.conda\python.exe -m ipykernel_launcher --f=\AppData\Roaming\jupyter\runtime\kernel-v2-8688O2x3hM6AXBGT.json
> cwd: d:\IA\OVoice\New Open Voice\OpenVoice
19:26:47.230 [info] Restarted 6e2daa18-5462-4621-bf05-57652a2a5b2c
19:27:42.489 [error] Disposing session as kernel process died ExitCode: 3221226505, Reason:

Copy link

dosubot bot commented Sep 1, 2024

Hey @az1fr3! I'm here to assist you with any bugs, questions, or contributions. Feel free to ask for help while we wait for a human maintainer.

I found a similar closed issue, Kernel died, which might be relevant to your problem. The suggested solutions are:

For Ubuntu:

  1. Locate the cuDNN library file:
    find ~ -name "libcudnn_cnn_infer.so.8"
  2. Set the LD_LIBRARY_PATH:
    export LD_LIBRARY_PATH=/path/to/cudnn/lib:$LD_LIBRARY_PATH

For Windows:

  1. Download and extract the appropriate version of cuDNN from the NVIDIA cuDNN download page.
  2. Copy the necessary files to your CUDA installation directory.
  3. Set the environment variables to include the CUDA paths.
  4. Verify the installation by running:
    nvcc --version
    and a simple PyTorch script to check CUDA and cuDNN availability.

For detailed steps, refer to the issue here [1].

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the bug Something isn't working label Sep 1, 2024
@az1fr3 az1fr3 closed this as completed Sep 2, 2024
@HengDora
Copy link

I encountered a similar problem and was able to resolve it by following the instructions in this comment:

#186 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@HengDora @az1fr3 and others