← back to Exo
make llama-3.2-1b the default for tests so they run faster
fbc407c6aed2e20c584a1835847b8ba64a286384 · 2024-10-10 13:58:28 -0700 · Alex Cheema
Files touched
Diff
commit fbc407c6aed2e20c584a1835847b8ba64a286384
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Oct 10 13:58:28 2024 -0700
make llama-3.2-1b the default for tests so they run faster
---
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 483d24eb..b2e1116b 100644
--- a/.circleci/config.yml
+++ b/.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:
← 8950d95e updgrade all mac ci jobs to xcode=16.0.0, resource_class=m2p
·
back to Exo
·
also initialize embed_tokens if last layer and tie_word_embe ad09b4b3 →