Explorar el Código

Build cpuonly from bitsandbytes main (#70)

Build cpuonly from main
justheuristic hace 2 años
padre
commit
892d18fea7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run-tests.yaml

+ 1 - 1
.github/workflows/run-tests.yaml

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