robinzixuan
commited on
Commit
•
11fdd27
1
Parent(s):
4bd71d4
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -29,6 +29,6 @@
|
|
29 |
{"AutoConfig": "configuration_opt.OPTConfig",
|
30 |
"AutoModel": "modeling_opt.OPTModel",
|
31 |
"AutoModelForCausalLM": "modeling_opt.OPTForCausalLM"
|
|
|
32 |
},
|
33 |
-
"_attn_implementation_internal":"out_eff_hop"
|
34 |
}
|
|
|
29 |
{"AutoConfig": "configuration_opt.OPTConfig",
|
30 |
"AutoModel": "modeling_opt.OPTModel",
|
31 |
"AutoModelForCausalLM": "modeling_opt.OPTForCausalLM"
|
32 |
+
|
33 |
},
|
|
|
34 |
}
|