From 49bc1eba174db2c554da70dfb7dc915beb458607 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Mon, 29 Jul 2024 11:16:46 -0500 Subject: [PATCH] default output location in gcg as cache_dir Signed-off-by: Jeffrey Martin --- garak/resources/gcg/generate_gcg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garak/resources/gcg/generate_gcg.py b/garak/resources/gcg/generate_gcg.py index fb15dff27..0dc969fc1 100644 --- a/garak/resources/gcg/generate_gcg.py +++ b/garak/resources/gcg/generate_gcg.py @@ -65,7 +65,7 @@ gcg_parser.add_argument( "--outfile", type=str, - default=resource_data / "gcg_prompts.txt", + default=gcg_resource_data / "gcg_prompts.txt", help="Location to write GCG attack output", ) gcg_parser.add_argument(