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

Commit 9563191

Browse files
committed
add gguf path to generate
1 parent da53078 commit 9563191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/et.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
export GGUF_TOKENIZER_PATH=gguf_files/tokenizer.model
135135
136136
python torchchat.py export --gguf-path ${GGUF_PATH} --output-pte-path ${PWD}/${MODEL_NAME}.pte
137-
python torchchat.py generate --pte-path ${PWD}/${MODEL_NAME}.pte --tokenizer-path ${GGUF_TOKENIZER_PATH} --max-new-tokens 10 --temperature 0 > ${PWD}/output_et
137+
python torchchat.py generate --gguf-path ${GGUF_PATH} --pte-path ${PWD}/${MODEL_NAME}.pte --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --max-new-tokens 20 > ${PWD}/output_et
138138
cat ${PWD}/output_et
139139
140140
echo "Tests complete."

0 commit comments

Comments
 (0)