@@ -477,10 +477,10 @@ jobs:
477477 echo " $(sha512sum /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz | awk '{ print $1 }')" >> checksum.yml
478478 echo " size: $(stat -c%s /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz)" >> checksum.yml
479479
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
481481 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
484484 cat checksum.yml
485485
486486 - name : Upload checksum.yml to GitHub Release
@@ -516,15 +516,15 @@ jobs:
516516 asset_name : cudart-llama-bin-linux-cu11.7-x64.tar.gz
517517 asset_content_type : application/gzip
518518
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
520520 uses : actions/upload-release-asset@v1
521521 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
522522 env :
523523 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
524524 with :
525525 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
528528 asset_content_type : application/gzip
529529
530530 - name : upload cudart-llama-bin-win-cu11.7-x64.tar.gz to Github Release
0 commit comments