Skip to content

Commit 5441397

Browse files
authored
Update main.yml
1 parent 0869558 commit 5441397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: install dependencies
1212
run: sudo apt-get update -y && sudo apt-get install -y git libsm6 --no-install-recommends -y && uv sync && uv add huggingface_hub[cli] && git lfs install
1313
- name: Download the Model
14-
run: uv run huggingface-cli download ${{ matrix.model_url }} --ignore-patterns=*.rknn --ignore-patterns=*.armnn
14+
run: uv run huggingface-cli download immich-app/${{ matrix.model_name }} --exclude "*.rknn" --local-dir ${{ matrix.model_name }}
1515
- name: Run Conversion Script
1616
run: uv run bash ./convert.sh ${{ matrix.model_name }} ${{ matrix.platform }}
1717
strategy:

0 commit comments

Comments
 (0)