From 772e1e9c228a35e448b8e21717133279d6687291 Mon Sep 17 00:00:00 2001 From: bkb2135 <98138173+bkb2135@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:27:11 +0100 Subject: [PATCH] Revert "Set AWQ version to 2.7.3.post3" --- install.sh | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index d51cad066..6b394d6d9 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 b3cf876c2..b4adb1e16 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"