thenatlog 11 months ago
parent
commit
580d9e4931
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -18,8 +18,8 @@ jobs:
             source venv/bin/activate
             pip install -U pip
             pip install -e .
-            exo run llama-3.2-3b --prompt "hello"
-            kill -SIGINT $!
+            # exo run llama-3.2-3b --prompt "hello"
+            # kill -SIGINT $!
             python3.12 .circleci/bench.py
       - store_artifacts:
           path: artifacts/benchmark.json