Skip to content

Commit

Permalink
tabs -> spcs for .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gschwind committed Apr 7, 2024
1 parent 565a2f3 commit 4d75987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/et.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
run: |
export MODEL_PATH=${PWD}/checkpoints/stories15M/stories15M.pt
export MODEL_NAME=stories15M
export MODEL_OUT=/tmp
export MODEL_OUT=/tmp
python generate.py --checkpoint-path ${MODEL_PATH} --temperature 0 > ${MODEL_OUT}/output_eager
cat ${MODEL_OUT}/output_eager
Expand Down

0 comments on commit 4d75987

Please sign in to comment.