π§Installation
Create virtual environment
python3 -m venv env
source env/bin/activate
or
virtualenv env
source env/bin/activateInstall BeyondLLM
pip install beyondllmInstall on Google Colab
!pip install beyondllmLast updated