Skip to content

Commit 4471aef

Browse files
authored
support cached builds
adds support for building from cached builds
1 parent 6c837e8 commit 4471aef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ jobs:
298298
cp /usr/local/cuda-${{ matrix.cuda }}/lib64/libcublasLt.so.12 ./build/bin/
299299
cp /usr/local/cuda-${{ matrix.cuda }}/lib64/libcudart.so.12 ./build/bin/
300300
zip -r llama-${{ steps.tag.outputs.name }}-bin-ubuntu-cuda-${{ matrix.cuda }}-x64-standalone.zip ./build/bin/*
301+
rm ./build/bin/libcublas.so.12
302+
rm ./build/bin/libcublasLt.so.12
303+
rm ./build/bin/libcudart.so.12
304+
301305
- name: Upload artifacts
302306
uses: actions/upload-artifact@v4
303307
with:

0 commit comments

Comments
 (0)