Skip to content

Instantly share code, notes, and snippets.

@skarllot
Last active November 30, 2024 20:48
Show Gist options
  • Save skarllot/205f7600ff5365db0b2ce9ff092cd312 to your computer and use it in GitHub Desktop.
Save skarllot/205f7600ff5365db0b2ce9ff092cd312 to your computer and use it in GitHub Desktop.
Install magic-quill on Pop!_OS 22.04
sudo apt install nvidia-cuda-toolkit
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
pip install bitsandbytes
git clone --recursive https://github.com/magic-quill/MagicQuill.git
cd MagicQuill
wget -O models.zip "https://hkustconnect-my.sharepoint.com/:u:/g/personal/zliucz_connect_ust_hk/EWlGF0WfawJIrJ1Hn85_-3gB0MtwImAnYeWXuleVQcukMg?e=Gcjugg&download=1"
unzip models.zip
bash linux_setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment