Skip to content

Commit

Permalink
Fix android-perf job
Browse files Browse the repository at this point in the history
Differential Revision: D61632951

Pull Request resolved: #4825
  • Loading branch information
guangy10 authored Aug 22, 2024
1 parent 288e758 commit c7aff77
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 c7aff77

Please sign in to comment.