Add trust_remote_code config
Browse files
README.md
CHANGED
|
@@ -160,6 +160,8 @@ base_model_config: ./llama-7b-hf
|
|
| 160 |
model_type: AutoModelForCausalLM
|
| 161 |
# Corresponding tokenizer for the model AutoTokenizer is a good choice
|
| 162 |
tokenizer_type: AutoTokenizer
|
|
|
|
|
|
|
| 163 |
|
| 164 |
# whether you are training a 4-bit quantized model
|
| 165 |
load_4bit: true
|
|
|
|
| 160 |
model_type: AutoModelForCausalLM
|
| 161 |
# Corresponding tokenizer for the model AutoTokenizer is a good choice
|
| 162 |
tokenizer_type: AutoTokenizer
|
| 163 |
+
# Trust remote code for untrusted source
|
| 164 |
+
trust_remote_code:
|
| 165 |
|
| 166 |
# whether you are training a 4-bit quantized model
|
| 167 |
load_4bit: true
|