From 9399cadbc9e941bbf3062fc01af5dca0849072c8 Mon Sep 17 00:00:00 2001 From: justheuristic Date: Thu, 8 Sep 2022 20:53:42 +0300 Subject: [PATCH] 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 -