From 362821ce846749cc12676231c4375d84dbba7dd6 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 25 May 2023 09:53:49 +0900 Subject: [PATCH] Add trust_remote_code config --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df851888f..1e46944db 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ base_model_config: ./llama-7b-hf model_type: AutoModelForCausalLM # Corresponding tokenizer for the model AutoTokenizer is a good choice tokenizer_type: AutoTokenizer +# Trust remote code for untrusted source +trust_remote_code: # whether you are training a 4-bit quantized model load_4bit: true