Build cpuonly from bitsandbytes main (#70)

Build cpuonly from main
This commit is contained in:
justheuristic 2022-09-08 21:06:19 +03:00 committed by GitHub
parent f3984b192a
commit 892d18fea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ jobs:
run: |
git clone https://github.com/TimDettmers/bitsandbytes.git
cd bitsandbytes
git checkout 4cd7ea62b2f51c68aacde2f62e7141765e476111
git checkout main
make cpuonly
pip install .
cd -