From 892d18fea7e0d034edc4cb47952ea4e67f02ed2c Mon Sep 17 00:00:00 2001 From: justheuristic Date: Thu, 8 Sep 2022 21:06:19 +0300 Subject: [PATCH] Build cpuonly from bitsandbytes main (#70) Build cpuonly from main --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3cb25ad..e9a018c 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 -