Skip to content

Commit 4a15959

Browse files
Copilotkirklandsign
andcommitted
Update model files to use Qwen3-4B-INT8-INT4 from HuggingFace
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
1 parent 24727a7 commit 4a15959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
run: |
111111
set -e
112112
mkdir -p model_files
113-
curl -fL -o model_files/model.pte "https://huggingface.co/pytorch/SmolLM3-3B-INT8-INT4/resolve/main/model.pte"
114-
curl -fL -o model_files/tokenizer.bin "https://huggingface.co/pytorch/SmolLM3-3B-INT8-INT4/resolve/main/tokenizer.json"
113+
curl -fL -o model_files/model.pte "https://huggingface.co/pytorch/Qwen3-4B-INT8-INT4/resolve/main/model.pte"
114+
curl -fL -o model_files/tokenizer.bin "https://huggingface.co/pytorch/Qwen3-4B-INT8-INT4/resolve/main/tokenizer.json"
115115
116116
- name: Run instrumentation tests
117117
uses: reactivecircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)