Explorar el Código

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

Alex Cheema hace 10 meses
padre
commit
fbc407c6ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: