[object Object]

← back to Exo

fix prompt ci

7f72604853cfe222bd3afe3189873a8336647b09 · 2024-10-25 13:19:15 -0700 · Alex Cheema

Files touched

Diff

commit 7f72604853cfe222bd3afe3189873a8336647b09
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Oct 25 13:19:15 2024 -0700

    fix prompt ci
---
 .circleci/config.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3023f98b..ab19fa44 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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:
@@ -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:
@@ -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

← 9b8d58c4 fix dummy setup  ·  back to Exo  ·  ignore dummy bc1d88d8 →