mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
updated run benchmark script
This commit is contained in:
@@ -4,4 +4,6 @@
|
||||
if lsof -t -i :8080; then
|
||||
kill $(lsof -t -i :8080)
|
||||
fi
|
||||
poetry run agbenchmark serve
|
||||
# This is the cli entry point for the benchmarking tool.
|
||||
# To run this in server mode pass in serve as the first argument.
|
||||
poetry run agbenchmark "$@"
|
||||
|
||||
Reference in New Issue
Block a user