🏄 Quickstart
📀 Install
You can install everything you need easily from the command line. Make sure check the system requirements and that you have Python installed.
Installation
Use git and pip to quickly install the LLM-VM
Get the code
You can download the code from our Github repo manually, or navigate a CLI to your perferred directory and run:
CLI Install
git clone https://github.com/anarchy-ai/LLM-VM.git
Install the module
Once you’ve downloaded the code, getting it to work with python is easy, open a CLI and
cd LLM-VM
pip3 install .
This will install both the LLM-VM and the HTTP server.
Installing with the
--editable
flag allows your changes to the codebase take effect without rebuilding with pip3 install .
Visit our Github Repo
Interested in learning more? Come see the code!