Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sn1 337 release building autoawq and flashattn from source #475

Merged
Merged
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ poetry config virtualenvs.in-project true
# Install the project dependencies
poetry install

# uninstall uvloop which breaks the system
poetry run pip uninstall -y uvloop
git clone git@github.com:casper-hansen/AutoAWQ.git && cd AutoAWQ && poetry run pip install -e . && cd ..

poetry run pip install flash-attn --no-build-isolation

# Updating the package list and installing jq and npm
apt update && apt install -y jq npm
Expand Down