regisss HF staff commited on
Commit
2af26f3
1 Parent(s): ef4e9ca

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-2-70b-hf",
3
  "architectures": [
4
- "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
1
  {
2
+ "_name_or_path": "regisss/llama2-70b-fused-qkv-mlperf",
3
  "architectures": [
4
+ "CustomLlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,