Skip to content

Commit

Permalink
test phi3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Oct 29, 2024
1 parent f4fb522 commit 2486689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-model-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

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|>" # Default stop token
MODEL_NAME: "phi-3.5" # Default test value
PROMPT_TEMPLATE: "<|system|> {system_prompt}<|end|><|user|> {prompt}<|end|><|assistant|>" # Default test value
STOP_TOKENS: "<|end|>>" # Default stop token
ENGINE: "llama-cpp" # Default test value

jobs:
Expand Down

0 comments on commit 2486689

Please sign in to comment.