Last active
November 30, 2024 20:48
-
-
Save skarllot/205f7600ff5365db0b2ce9ff092cd312 to your computer and use it in GitHub Desktop.
Install magic-quill on Pop!_OS 22.04
This file contains 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
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