Browse Source

make llama-3.2-1b the default for tests so they run faster

Alex Cheema 8 months ago
parent
commit
fbc407c6ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -176,7 +176,7 @@ jobs:
             pip install .
       - run_chatgpt_api_test:
           inference_engine: mlx
-          model_id: llama-3.1-8b
+          model_id: llama-3.2-1b
 
   test_macos_m1:
     macos: