Skip to content

Commit

Permalink
Debug set model outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored Jul 29, 2024
1 parent 30c9bf7 commit 13cb4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
steps:
- name: Set models
id: set-models
shell: bash
run: |
set -ex
MODELS="${{ inputs.models || 'stories110M' }}"
echo "models='$(echo $MODELS | jq -Rc 'split(",")')'" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 13cb4da

Please sign in to comment.