pyrit/auxiliary_attacks/gcg/experiments/configs/transfer_llama_3.yaml (10 lines of code) (raw):
transfer: True
logfile: ""
progressive_goals: False
stop_on_success: False
tokenizer_paths: ["meta-llama/Meta-Llama-3-8B-Instruct"]
tokenizer_kwargs: [{"use_fast": False}]
model_paths: ["meta-llama/Meta-Llama-3-8B-Instruct"]
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}]
conversation_templates: ["llama-3-8b"]
devices: ["cuda:0"]