We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c837e8 commit 4471aefCopy full SHA for 4471aef
.github/workflows/release.yml
@@ -298,6 +298,10 @@ jobs:
298
cp /usr/local/cuda-${{ matrix.cuda }}/lib64/libcublasLt.so.12 ./build/bin/
299
cp /usr/local/cuda-${{ matrix.cuda }}/lib64/libcudart.so.12 ./build/bin/
300
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
+
305
- name: Upload artifacts
306
uses: actions/upload-artifact@v4
307
with:
0 commit comments