We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd32e7 commit 0c1f49aCopy full SHA for 0c1f49a
.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 ${{ matrix.model_url }} --ignore-patterns=*.rknn --ignore_patterns=*.armnn
15
- name: Run Conversion Script
16
run: uv run bash ./convert.sh ${{ matrix.model_name }} ${{ matrix.platform }}
17
strategy:
0 commit comments