Installation
Prerequisites
Python: 3.10-3.11
Git
Installation
Installation from source
Git clone AIOS kernel
Create venv environment (recommended)
or create conda environment
If you have GPU environments, you can install the dependencies using
or else you can install the dependencies using
Note: The machine where the AIOS kernel (AIOS) is installed must also have the AIOS SDK (Cerebrum) installed. Installing AIOS kernel will install the AIOS SDK automatically by default. If you are using the Local Kernel mode, i.e., you are running AIOS and agents on the same machine, then simply install both AIOS and Cerebrum on that machine. If you are using Remote Kernel mode, i.e., running AIOS on Machine 1 and running agents on Machine 2 and the agents remotely interact with the kernel, then you need to install both AIOS kernel and AIOS SDK on Machine 1, and install the AIOS SDK alone on Machine 2.
Then you can follow the instructions in the Quickstart to launch AIOS.
Last updated