Skip to content

Commit

Permalink
fix prompt ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Oct 25, 2024
1 parent 9b8d58c commit 7f72604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
- run_chatgpt_api_test:
inference_engine: mlx
model_id: llama-3.2-1b
prompt: "Keep responses concise. Who was the king of pop?"
expected_output: "Michael Jackson"

chatgpt_api_integration_test_dummy:
Expand All @@ -211,6 +212,7 @@ jobs:
- run_chatgpt_api_test:
inference_engine: dummy
model_id: dummy-model
prompt: "Dummy prompt."
expected_output: "dummy"

test_macos_m1:
Expand Down Expand Up @@ -242,6 +244,8 @@ jobs:
# - run_chatgpt_api_test:
# inference_engine: tinygrad
# model_id: llama-3-8b
# prompt: "Keep responses concise. Who was the king of pop?"
# expected_output: "Michael Jackson"

workflows:
version: 2
Expand Down

0 comments on commit 7f72604

Please sign in to comment.