Skip to content

Commit

Permalink
Update benchmark-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Sep 11, 2023
1 parent aaaa19c commit 8fc5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/benchmark-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sleep 60
# TODO: run all stax_nn models with different optimizers
docker run --rm --mount type=bind,source="$(pwd)",target=/home/admin/dev/ --network nn-benchmark spu-build:v1 \
sh -c "cd /home/admin/dev && bash .circleci/run-nn.sh" | tee benchmark_results.log
"cd /home/admin/dev && bash .circleci/run-nn.sh" | tee benchmark_results.log
- run:
name: Shutdown docker-compose cluster
command: docker-compose -f .circleci/benchmark.yml down
Expand Down

0 comments on commit 8fc5891

Please sign in to comment.