fauxpilot / fauxpilot

FauxPilot - an open-source alternative to GitHub Copilot server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: for fauxpilot_triton_1 Cannot start service triton:

deven367 opened this issue · comments

Hello,

I was able to run ./setup.sh successfully, upon trying to run ./launch.sh, I get this error.

image

Hmm, this looks pretty similar to this issue from nvidia-docker:

NVIDIA/nvidia-container-toolkit#183

Can you try some of the steps there, like making sure you have the most recent NVIDIA drivers installed? Also, is this using Linux or are you using WSL on Windows? (WSL is not a configuration I've tried)

It's on wsl

Hmm, ok; I'd recommend going through NVIDIA's CUDA on WSL user guide and making sure that's all working first (if you haven't already):

https://docs.nvidia.com/cuda/wsl-user-guide/index.html

@moyix
I think this a weird driver issue. When I try to train a model on WSL, I can see the model train on GPU but the GPU utilization still shows an error.

image

I will close this issue over here. Thanks!

Ok! Hope you can get it working :)

BTW running FauxPilot in WSL2 is working fine for me.