We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd51a1e commit 55c1be5Copy full SHA for 55c1be5
.github/workflows/compile.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run inference
38
run: |
39
export MODEL_PATH=checkpoints/stories15M/stories15M.pt
40
- export MODEL_REPO=stories15M
+ export MODEL_REPO=stories15M
41
python generate.py --checkpoint_path ${MODEL_PATH} --temperature 0 --device cpu | tee output_eager
42
python generate.py --compile --checkpoint_path ${MODEL_PATH} --temperature 0 --device cpu | tee output_compiled
43
python aoti_export.py --checkpoint_path ${MODEL_PATH} --output_path ./${MODEL_REPO}.so
0 commit comments