Skip to content

Commit 8abcfb5

Browse files
vansangpfievsangjanai
andauthored
chore: fix typo in cuda package (#27)
* chore: use cu12.0 for menlo * chore: typo --------- Co-authored-by: sangjanai <sang@janai>
1 parent a0958d5 commit 8abcfb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/menlo-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
run: |
445445
wget https://minio.menlo.ai:9000/cicd/dist/cuda-dependencies/12.0/linux/cuda.tar.gz -O /tmp/cudart-llama-bin-linux-cu12.0-x64.tar.gz
446446
wget https://minio.menlo.ai:9000/cicd/dist/cuda-dependencies/11.7/linux/cuda.tar.gz -O /tmp/cudart-llama-bin-linux-cu11.7-x64.tar.gz
447-
wget https://minio.menlo.ai:9000/cicd/dist/cuda-dependencies/12.0/windows/cuda.tar.gz -O /tmp/cudart-llama-bin-win-cu12.0-64.tar.gz
447+
wget https://minio.menlo.ai:9000/cicd/dist/cuda-dependencies/12.0/windows/cuda.tar.gz -O /tmp/cudart-llama-bin-win-cu12.0-x64.tar.gz
448448
wget https://minio.menlo.ai:9000/cicd/dist/cuda-dependencies/11.7/windows/cuda.tar.gz -O /tmp/cudart-llama-bin-win-cu11.7-x64.tar.gz
449449
450450
version=${{ needs.create-draft-release.outputs.version }}
@@ -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

Comments
 (0)