thenatlog 11 months ago
parent
commit
520ddfed5d
1 changed files with 2 additions and 8 deletions
  1. 2 8
      .circleci/config.yml

+ 2 - 8
.circleci/config.yml

@@ -18,14 +18,8 @@ jobs:
             source venv/bin/activate
             pip install -U pip
             pip install -e .
-            exo run llama-3.2-3b --prompt "hello"
-      - run:
-          name: run benchmark
-          command: |
-            /opt/homebrew/bin/python3.12 -m venv venv
-            source venv/bin/activate
-            pip install -U pip
-            pip install aiohttp
+            exo run llama-3.2-3b --prompt "hello" &
+            sleep 30
             python3 .circleci/bench.py
       - store_artifacts:
           path: artifacts/benchmark.json