Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created March 18, 2025 02:43
Show Gist options
  • Save jkeam/2fd348738653dda5809ad3ac0f612dac to your computer and use it in GitHub Desktop.
Save jkeam/2fd348738653dda5809ad3ac0f612dac to your computer and use it in GitHub Desktop.
Install Instructlab
#!//bin/bash
# setup env
python3.11 -m venv --upgrade-deps venv
source ./venv/bin/activate
pip install --upgrade pip
# remove llama_cpp_python
pip uninstall llama-cpp-python -y
pip cache remove llama_cpp_python
# instruct lab install
pip install instructlab
# add ilab completion
eval "$(_ILAB_COMPLETE=zsh_source ilab)"
@jkeam
Copy link
Author

jkeam commented Mar 18, 2025

Need xcode installed from the App Store, as well as the license accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment