ml-ryanlee commited on
Commit
c39a885
·
verified ·
1 Parent(s): 4e14e99

Patch pre_decay/config.json: add auto_map for trust_remote_code

Browse files
Files changed (1) hide show
  1. pre_decay/config.json +6 -2
pre_decay/config.json CHANGED
@@ -21,5 +21,9 @@
21
  "transformers_version": "5.3.0",
22
  "vocab_size": 50257,
23
  "weight_tying": false,
24
- "width_ratio": 8.0
25
- }
 
 
 
 
 
21
  "transformers_version": "5.3.0",
22
  "vocab_size": 50257,
23
  "weight_tying": false,
24
+ "width_ratio": 8.0,
25
+ "auto_map": {
26
+ "AutoConfig": "modeling_loop_lm.LoopLMConfig",
27
+ "AutoModelForCausalLM": "modeling_loop_lm.LoopLMForCausalLM"
28
+ }
29
+ }