Skip to content

Commit 55c1be5

Browse files
Michael Gschwindmalfet
authored andcommitted
spaces, not tabs
1 parent bd51a1e commit 55c1be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run inference
3838
run: |
3939
export MODEL_PATH=checkpoints/stories15M/stories15M.pt
40-
export MODEL_REPO=stories15M
40+
export MODEL_REPO=stories15M
4141
python generate.py --checkpoint_path ${MODEL_PATH} --temperature 0 --device cpu | tee output_eager
4242
python generate.py --compile --checkpoint_path ${MODEL_PATH} --temperature 0 --device cpu | tee output_compiled
4343
python aoti_export.py --checkpoint_path ${MODEL_PATH} --output_path ./${MODEL_REPO}.so

0 commit comments

Comments
 (0)