Skip to content

Commit

Permalink
default output location in gcg as cache_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <jemartin@nvidia.com>
  • Loading branch information
jmartin-tech committed Jul 29, 2024
1 parent 558e056 commit 49bc1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/resources/gcg/generate_gcg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 49bc1eb

Please sign in to comment.