thenatlog hace 1 año
padre
commit
3d599ae830
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      .circleci/config.yml

+ 1 - 3
.circleci/config.yml

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