From 622237d53a855e3b163f32b8c709b6b2121b8592 Mon Sep 17 00:00:00 2001 From: Dmytro Bobrenko <17252809+dbobrenko@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:32:09 +0000 Subject: [PATCH 1/2] Set 2.8.0 AWQ --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6b394d6d..271a6fdc 100644 --- a/install.sh +++ b/install.sh @@ -9,9 +9,10 @@ poetry config virtualenvs.in-project true # Install the project dependencies poetry install --extras "validator" -# Build AutoAWQ==0.2.7.post3 from source +# Build AutoAWQ==0.2.8 from source git clone https://github.com/casper-hansen/AutoAWQ.git -cd AutoAWQ && poetry run pip install -e . && cd .. +cd AutoAWQ && git checkout 16335d087dd4f9cdc8933dd7a5681e4bf88311b6 && poetry run pip install -e . && cd .. +rm -r AutoAWQ poetry run pip install flash-attn --no-build-isolation From e7e8ae592c26ff5e4050dd27a86eb3358f1a2f74 Mon Sep 17 00:00:00 2001 From: Dmytro Bobrenko <17252809+dbobrenko@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:29:21 +0000 Subject: [PATCH 2/2] Switch to earlier version --- install.sh | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 271a6fdc..d51cad06 100644 --- a/install.sh +++ b/install.sh @@ -9,9 +9,9 @@ poetry config virtualenvs.in-project true # Install the project dependencies poetry install --extras "validator" -# Build AutoAWQ==0.2.8 from source +# Build AutoAWQ==0.2.7.post3 from source git clone https://github.com/casper-hansen/AutoAWQ.git -cd AutoAWQ && git checkout 16335d087dd4f9cdc8933dd7a5681e4bf88311b6 && 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 diff --git a/pyproject.toml b/pyproject.toml index b4adb1e1..b3cf876c 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"