-
Notifications
You must be signed in to change notification settings - Fork 307
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
The Kernel crashed while executing code on M1 #13828
Comments
Additional information may be useful: If I change Below is the code of float32 and it works well under the same environment. |
My intuition would be that the operating system is killing the kernel due to some incompatibility with float16, and this has nothing to do with VSCode . You can easily check this by running the same code in a regular Jupyter Notebook, launched from the command line with |
I am taking the same error here! |
Hi @cipri-tom , good point. However, all the environment components were installed automatically by the Jupyter extension, and it uses the IPython kernel to run the .ipynb file. Here I capture the log below: And according to your point("operating system"), I remember that I hit the issue 'f16 was not supported by
|
@Aisuko my point was that if the error also happens in the regular notebook, not just in VSCode, then you should look elsewhere for a solution, as it is not related to VSCode :(. Don't mean to sound off putting, but you won't find experts in M1 and fp16 here. Maybe ask on StackOverflow ? |
Hi @cipri-tom , I got your point. Thank you. I will post to StackOverflow. |
thanks @cipri-tom for your input and helping with this issue. Closing this issue for now. |
Got it, thank you. |
Applies To
What happened?
Cannot execute code in specific cell
Other cells
The cell cause Jupyter kernel crashed
The error message
VS Code Version
Version: 1.79.2 (Universal) Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:58:52.392Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 22.5.0
Jupyter Extension Version
v2023.5.1101742258
Jupyter logs
Coding Language and Runtime Version
Python v3.11.3
Language Extension Version (if applicable)
v2023.10.1
Anaconda Version (if applicable)
Miniconda 23.5.0
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: