Skip to content

Commit

Permalink
Fix android-perf job
Browse files Browse the repository at this point in the history
  • Loading branch information
Guang Yang committed Aug 21, 2024
1 parent 1fc0cfc commit 8dac826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
BUILD_MODE="cmake"
DTYPE="fp32"
if [[ ${{ matrix.model }} == "stories*"" ]]; then
if [[ ${{ matrix.model }} =~ ^stories* ]]; then
# Install requirements for export_llama
PYTHON_EXECUTABLE=python bash examples/models/llama2/install_requirements.sh
# Test llama2
Expand Down

0 comments on commit 8dac826

Please sign in to comment.