forked from tinygrad/tinygrad
disable ocelot cache
This commit is contained in:
@@ -248,7 +248,7 @@ jobs:
|
||||
sudo apt update -y
|
||||
sudo apt install -y --no-install-recommends git g++ cmake ninja-build llvm-15-dev zlib1g-dev libglew-dev flex bison libfl-dev libboost-thread-dev libboost-filesystem-dev nvidia-cuda-toolkit-gcc
|
||||
- name: Cache gpuocelot
|
||||
if: matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton'
|
||||
if: false#matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton'
|
||||
id: cache-build
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user