We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b61e5 commit 5fd32e7Copy full SHA for 5fd32e7
.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: 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