Skip to content

Commit

Permalink
test 1 stop
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Oct 29, 2024
1 parent d11500d commit 2aa5194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-model-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
USER_NAME: cortexso
MODEL_NAME: "test-model" # Default test value
PROMPT_TEMPLATE: "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant" # Default test value
STOP_TOKENS: "<|im_end|>,</s>" # Default test value
STOP_TOKENS: "<|im_end|>" # Default test value
ENGINE: "llama-cpp" # Default test value

jobs:
Expand Down

0 comments on commit 2aa5194

Please sign in to comment.