Created
March 18, 2025 02:43
-
-
Save jkeam/2fd348738653dda5809ad3ac0f612dac to your computer and use it in GitHub Desktop.
Install Instructlab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!//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)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need xcode installed from the App Store, as well as the license accepted.