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

+ 1 - 1
.circleci/config.yml

@@ -19,7 +19,7 @@ jobs:
             pip install -U pip
             pip install -e .
             exo run llama-3.2-3b --prompt "hello"
-            python3.12 .circleci/benchmark.py
+            python3.12 .circleci/bench.py
       - store_artifacts:
           path: artifacts/benchmark.json
           destination: benchmark.json