diff --git a/pyproject.toml b/pyproject.toml index 83b865287..54aa3091e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prompting" -version = "2.16.2" +version = "2.16.3" description = "Subnetwork 1 runs on Bittensor and is maintained by Macrocosmos. It's an effort to create decentralised AI" authors = ["Kalei Brady, Dmytro Bobrenko, Felix Quinque, Steffen Cruz, Richard Wardle"] readme = "README.md" diff --git a/scripts/install.sh b/scripts/install.sh index 6b394d6d9..d51cad066 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -11,7 +11,8 @@ poetry install --extras "validator" # Build AutoAWQ==0.2.7.post3 from source git clone https://github.com/casper-hansen/AutoAWQ.git -cd AutoAWQ && poetry run pip install -e . && cd .. +cd AutoAWQ && git checkout cbd6a75b065e94a3e530dfdbb8f3973f0d954ec0 && poetry run pip install -e . && cd .. +rm -r AutoAWQ poetry run pip install flash-attn --no-build-isolation