|
@@ -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
|