Skip to content

Commit ceffd8c

Browse files
dm4hydai
authored andcommitted
[CI] llama: fix tiny llama job
Signed-off-by: dm4 <dm4@secondstate.io>
1 parent 0501aa3 commit ceffd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/llama.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--nn-preload default:GGML:AUTO:tinyllama-1.1b-chat-v0.3.Q5_K_M.gguf \
5252
target/wasm32-wasi/release/wasmedge-ggml-llama.wasm \
5353
default \
54-
'<|im_start|>system\nYou are an AI assistant<|im_end|>\n<|im_start|>user\nWhere is the capital of Japan?<|im_end|>\n<|im_start|>assistant'
54+
'<|im_start|>system\nYou are an AI assistant, always answer as short as possible<|im_end|>\n<|im_start|>user\nWhere is the capital of Japan?<|im_end|>\n<|im_start|>assistant'
5555
5656
- name: llama2 7b
5757
run: |

0 commit comments

Comments
 (0)