ml-ryanlee commited on
Commit
35b52a1
·
verified ·
1 Parent(s): c39a885

Patch pre_decay/generation_config.json: add auto_map for trust_remote_code

Browse files
Files changed (1) hide show
  1. pre_decay/generation_config.json +6 -2
pre_decay/generation_config.json CHANGED
@@ -3,5 +3,9 @@
3
  "max_length": 1024,
4
  "output_attentions": false,
5
  "output_hidden_states": false,
6
- "transformers_version": "5.3.0"
7
- }
 
 
 
 
 
3
  "max_length": 1024,
4
  "output_attentions": false,
5
  "output_hidden_states": false,
6
+ "transformers_version": "5.3.0",
7
+ "auto_map": {
8
+ "AutoConfig": "modeling_loop_lm.LoopLMConfig",
9
+ "AutoModelForCausalLM": "modeling_loop_lm.LoopLMForCausalLM"
10
+ }
11
+ }