microsoft / vscode-ai-toolkit

MIT License
1.22k stars 65 forks source link

WSL VScode Not loading correctly after AI Toolkit Install #76

Closed leestott closed 5 months ago

leestott commented 5 months ago

After installing AI Tooklit WSL Visual Studio Code Does NOT Load

Open VScode from WSL

Code .

I get opening remote (Bottom left) but the WSL does not start to load Code in WSL

image

I have to end the remote (using the Control Palette) image

and then connect to WSL (Using the Control Palette) image

for WSL VSCode to load correctly. image

leestott commented 5 months ago

This issues resolved After running this command

• pip install onnxruntime • pip install onnxruntime-gpu • cd /usr/local/cuda/lib64 • ls • sudo apt install nvidia-cudnn • sudo apt update • apt list --upgradable • sudo apt upgrade • sudo apt update • sudo apt update —fix-missing • sudo apt-get install libcudnn8 • sudo apt update