We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0869558 commit 5441397Copy full SHA for 5441397
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: install dependencies
12
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
13
- name: Download the Model
14
- run: uv run huggingface-cli download ${{ matrix.model_url }} --ignore-patterns=*.rknn --ignore-patterns=*.armnn
+ run: uv run huggingface-cli download immich-app/${{ matrix.model_name }} --exclude "*.rknn" --local-dir ${{ matrix.model_name }}
15
- name: Run Conversion Script
16
run: uv run bash ./convert.sh ${{ matrix.model_name }} ${{ matrix.platform }}
17
strategy:
0 commit comments