Skip to content

Commit 2b5d6f0

Browse files
committed
Copy the tokenizer and export model to ARTIFACTS_DIR_NAME
1 parent b1a0cd7 commit 2b5d6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android-perf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ jobs:
213213
MODEL_NAME=$(echo "${{ matrix.model }}" | sed 's,/,-,g')
214214
python -m extension.export_util.export_hf_model -hfm=${{ matrix.model }} -o "${MODEL_NAME}_xnnpack_fp32"
215215
216+
cp tokenizer.bin *.pte "${ARTIFACTS_DIR_NAME}"
217+
216218
elif [[ ${{ matrix.model }} =~ ^stories* ]]; then
217219
# Install requirements for export_llama
218220
PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh

0 commit comments

Comments
 (0)