Skip to content

Instantly share code, notes, and snippets.

# INSTALLATION INSTRUCTIONS
# Depending on your shell, you would need to add the following lines in a different file
# In Linux distributions, it would be the `~/.bashrc` file
# For example, if your aliases are stored in $HOME/src/git-aliases, you need to paste
# and uncomment the following lines:
#
# if [ -f "$HOME/src/git-aliases" ]; then
# . "$HOME/src/git-aliases"
# fi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@msaelices
msaelices / gist:6c3eb284dbbab35aa55455da26bbdcbc
Last active December 2, 2023 21:44
Installing Code LLama in Ubuntu
# We assume you have an Nvidia GPU
# Ubuntu dependencies
sudo apt install nvidia-cuda-toolkit
# From https://docs.anaconda.com/free/anaconda/install/linux/
apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
# Install conda
# Download the installer from https://www.anaconda.com/download/#linux