Skip to content

Commit c7aff77

Browse files
authored
Fix android-perf job
Differential Revision: D61632951 Pull Request resolved: #4825
1 parent 288e758 commit c7aff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
BUILD_MODE="cmake"
157157
DTYPE="fp32"
158158
159-
if [[ ${{ matrix.model }} == "stories*"" ]]; then
159+
if [[ ${{ matrix.model }} =~ ^stories* ]]; then
160160
# Install requirements for export_llama
161161
PYTHON_EXECUTABLE=python bash examples/models/llama2/install_requirements.sh
162162
# Test llama2

0 commit comments

Comments
 (0)