Installation
1
Install the latest version of LLMstudio using
pip
We suggest that you create and activate a new environment using
conda
2
Install
bun
if you want to use the UI3
Create a
.env
file at the same path you’ll run LLMstudio4
Now you should be able to run LLMstudio using the following command.When the
--ui
flag is set, you’ll be able to access the UI at http://localhost:3000You are done setting up LLMstudio!