Skip to content

Commit b49fb52

Browse files
committed
test
1 parent fd5f7ac commit b49fb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ download_stories_model_artifacts() {
149149
# Create params.json file
150150
touch params.json
151151
echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' > params.json
152-
${PYTHON_EXECUTABLE} -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
152+
python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin
153153
}
154154

155155
do_not_use_nightly_on_ci() {

0 commit comments

Comments
 (0)