瀏覽代碼

Build cpuonly from bitsandbytes main (#70)

Build cpuonly from main
justheuristic 2 年之前
父節點
當前提交
892d18fea7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/run-tests.yaml

+ 1 - 1
.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 -