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 14cfad8 commit aa5f0bbCopy full SHA for aa5f0bb
.github/workflows/et-gguf.yml
@@ -85,8 +85,6 @@ jobs:
85
86
- name: Run inference
87
run: |
88
- export GGUF_PATH=ggufs/stories15M/stories15M.pt
89
- export MODEL_NAME=stories15M
90
export MODEL_DIR=/tmp
91
python export.py --tokenizer-path ${TOKENIZER_PATH} --gguf-path ${GGUF_PATH} --output-pte-path ${MODEL_DIR}/${MODEL_NAME}.pte
92
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