@@ -477,10 +477,10 @@ jobs:
477
477
echo " $(sha512sum /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz | awk '{ print $1 }')" >> checksum.yml
478
478
echo " size: $(stat -c%s /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz)" >> checksum.yml
479
479
480
- echo "- url: cudart-llama-bin-win-cu12.4 .tar.gz" >> checksum.yml
480
+ echo "- url: cudart-llama-bin-win-cu12.0-x64 .tar.gz" >> checksum.yml
481
481
echo " sha512: >-" >> checksum.yml
482
- echo " $(sha512sum /tmp/cudart-llama-bin-win-cu12.4 .tar.gz | awk '{ print $1 }')" >> checksum.yml
483
- echo " size: $(stat -c%s /tmp/cudart-llama-bin-win-cu12.4 .tar.gz)" >> checksum.yml
482
+ echo " $(sha512sum /tmp/cudart-llama-bin-win-cu12.0-x64 .tar.gz | awk '{ print $1 }')" >> checksum.yml
483
+ echo " size: $(stat -c%s /tmp/cudart-llama-bin-win-cu12.0-x64 .tar.gz)" >> checksum.yml
484
484
cat checksum.yml
485
485
486
486
- name : Upload checksum.yml to GitHub Release
@@ -516,15 +516,15 @@ jobs:
516
516
asset_name : cudart-llama-bin-linux-cu11.7-x64.tar.gz
517
517
asset_content_type : application/gzip
518
518
519
- - name : upload cudart-llama-bin-win-cu12.4 .tar.gz to Github Release
519
+ - name : upload cudart-llama-bin-win-cu12.0-x64 .tar.gz to Github Release
520
520
uses : actions/upload-release-asset@v1
521
521
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
522
522
env :
523
523
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
524
524
with :
525
525
upload_url : ${{ needs.create-draft-release.outputs.upload_url }}
526
- asset_path : /tmp/cudart-llama-bin-win-cu12.4 .tar.gz
527
- asset_name : cudart-llama-bin-win-cu12.4 .tar.gz
526
+ asset_path : /tmp/cudart-llama-bin-win-cu12.0-x64 .tar.gz
527
+ asset_name : cudart-llama-bin-win-cu12.0-x64 .tar.gz
528
528
asset_content_type : application/gzip
529
529
530
530
- name : upload cudart-llama-bin-win-cu11.7-x64.tar.gz to Github Release
0 commit comments