Skip to content

Commit

Permalink
Replace bitsandbytes with a newer pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Aug 24, 2022
1 parent fced9ee commit 363874e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 363874e

Please sign in to comment.