Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 18a02d0

Browse files
authored
Update more-tests.yml
Update MODEL_DIR definition so that aoti_run can find the tokenizer.model
1 parent b13ba40 commit 18a02d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/more-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "::group::Run inference"
4343
export MODEL_PATH=checkpoints/stories15M/stories15M.pt
4444
export MODEL_NAME=stories15M
45-
export MODEL_DIR=/tmp
45+
export MODEL_DIR=checkpoints/stories15M/
4646
4747
for DTYPE in bfloat16 float16 float32; do
4848
###################################################################

0 commit comments

Comments
 (0)