From aee1338670ac33d759f1ee82fe7610a6aa9f31a8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 8 Sep 2023 09:49:58 -0700 Subject: [PATCH] copy --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index 38c98cb94..d87a4190b 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -25,7 +25,7 @@ This is because the benchmarking harness will be taking code written by an LLM and executing it without any human review or supervision! The LLM could generate dangerous python that harms your system, like this: `import os; os.system("sudo rm -rf /")`. -Running inside a docker container helps ensure no permanent damage can be done. +Running inside a docker container helps limit the damage that could be done. ## Usage