瀏覽代碼

install bitsandbytes cpuonly from pip

Tim Dettmers 2 年之前
父節點
當前提交
b94f23a2b2
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      .github/workflows/run-tests.yaml

+ 0 - 8
.github/workflows/run-tests.yaml

@@ -65,14 +65,6 @@ jobs:
           python -m pip install --upgrade pip
           pip install -r requirements.txt
           pip install -r requirements-dev.txt
-      - name: Build bitsandbytes cpuonly
-        run: |
-          git clone https://github.com/TimDettmers/bitsandbytes.git
-          cd bitsandbytes
-          git checkout main
-          make cpuonly
-          pip install .
-          cd -
       - name: Test
         run: |
           export HF_TAG=$(python -c "import os; print(os.environ.get('GITHUB_HEAD_REF') or os.environ.get('GITHUB_REF_NAME'))")