thenatlog 1 năm trước cách đây
mục cha
commit
beed71e704
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .circleci/config.yml

+ 4 - 1
.circleci/config.yml

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