thenatlog 1 년 전
부모
커밋
3d599ae830
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .circleci/config.yml

+ 1 - 3
.circleci/config.yml

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