diff --git a/install.sh b/install.sh
index d51cad06..6b394d6d 100644
--- a/install.sh
+++ b/install.sh
@@ -11,8 +11,7 @@ poetry install --extras "validator"
 
 # Build AutoAWQ==0.2.7.post3 from source
 git clone https://github.com/casper-hansen/AutoAWQ.git
-cd AutoAWQ && git checkout cbd6a75b065e94a3e530dfdbb8f3973f0d954ec0 && poetry run pip install -e . && cd ..
-rm -r AutoAWQ
+cd AutoAWQ  && poetry run pip install -e . && cd ..
 
 poetry run pip install flash-attn --no-build-isolation
 
diff --git a/pyproject.toml b/pyproject.toml
index b3cf876c..b4adb1e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "prompting"
-version = "2.16.3"
+version = "2.16.2"
 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"