Replies: 1 comment
-
The following works on a fresh machine and I wasn't able to reproduce your issue. conda create -n llmstudio python=3.10
conda activate llmstudio
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
make setup
make llmstudio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having issues starting the server when using a conda environment on a paperspace machine.
I've done this on other machines with no issue, so not sure what's the difference.
I've run
And I get the following:
Could not connect to Wave server. Please start the Wave server (waved or waved.exe) prior to running any app.
If I open a Python shell I can import wave, transformers, etc. so it seems like the neccessary libraries are there.
Beta Was this translation helpful? Give feedback.
All reactions