From 363874ea7fbb15e2bffc303883a89664eb867597 Mon Sep 17 00:00:00 2001 From: Max Ryabinin Date: Wed, 24 Aug 2022 13:36:16 +0300 Subject: [PATCH] Replace bitsandbytes with a newer pypi version --- .github/workflows/run-benchmarks.yml | 7 +------ .github/workflows/run-tests.yml | 14 ++------------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index 6dab5fbbb..de81a0bf5 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -28,12 +28,7 @@ jobs: pip install -r requirements-dev.txt - name: Build bitsandbytes run: | - git clone https://github.com/TimDettmers/bitsandbytes.git - cd bitsandbytes - git checkout 4cd7ea62b2f51c68aacde2f62e7141765e476111 - make cpuonly - pip install . - cd - + pip install bitsandbytes==0.32.2 - name: Build hivemind run: | pip install . diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a9aa10b47..4361a2c85 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -31,12 +31,7 @@ jobs: pip install -r requirements-dev.txt - name: Build bitsandbytes run: | - git clone https://github.com/TimDettmers/bitsandbytes.git - cd bitsandbytes - git checkout 4cd7ea62b2f51c68aacde2f62e7141765e476111 - make cpuonly - pip install . - cd - + pip install bitsandbytes==0.32.2 - name: Build hivemind run: | pip install . @@ -98,12 +93,7 @@ jobs: pip install -r requirements-dev.txt - name: Build bitsandbytes run: | - git clone https://github.com/TimDettmers/bitsandbytes.git - cd bitsandbytes - git checkout 4cd7ea62b2f51c68aacde2f62e7141765e476111 - make cpuonly - pip install . - cd - + pip install bitsandbytes==0.32.2 - name: Build hivemind run: | pip install -e . --no-use-pep517