Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 8, 2024
1 parent 7e066a6 commit 73c887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Download models
run: echo ${{ vars.MODEL_URLS }} | tr ' ' '\n' | xargs -n 1 -I {} wget -P "hivision/creator/weights" {}
run: python scripts/download_model.py

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 73c887e

Please sign in to comment.