Skip to content

Commit aa5f0bb

Browse files
metascroymalfet
authored andcommitted
fix et-gguf test (#404)
1 parent 14cfad8 commit aa5f0bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/et-gguf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
8585
8686
- name: Run inference
8787
run: |
88-
export GGUF_PATH=ggufs/stories15M/stories15M.pt
89-
export MODEL_NAME=stories15M
9088
export MODEL_DIR=/tmp
9189
python export.py --tokenizer-path ${TOKENIZER_PATH} --gguf-path ${GGUF_PATH} --output-pte-path ${MODEL_DIR}/${MODEL_NAME}.pte
9290
python generate.py --tokenizer-path ${TOKENIZER_PATH} --gguf-path ${GGUF_PATH} --temperature 0 --pte-path ${MODEL_DIR}/${MODEL_NAME}.pte > ./output_et

0 commit comments

Comments
 (0)