This commit is contained in:
Paul Gauthier 2024-12-22 16:47:58 -05:00
parent 3abb8d38ec
commit e5cb81c11f

View file

@ -66,7 +66,7 @@ Launch the docker container and run the benchmark inside it:
# Inside the container, install aider as a development build. # Inside the container, install aider as a development build.
# This way you're running the code that you cloned above, including any local changes. # This way you're running the code that you cloned above, including any local changes.
pip install -e . pip install -e .[dev]
# Run the benchmark: # Run the benchmark:
./benchmark/benchmark.py a-helpful-name-for-this-run --model gpt-3.5-turbo --edit-format whole --threads 10 --exercises-dir polyglot-benchmark ./benchmark/benchmark.py a-helpful-name-for-this-run --model gpt-3.5-turbo --edit-format whole --threads 10 --exercises-dir polyglot-benchmark