Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -27,4 +27,4 @@
|
|
27 |
"use_moreh_attention": false,
|
28 |
"use_pipeline": false,
|
29 |
"vocab_size": 32000
|
30 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/remote/vast0/share/model/llama2/hf_llama70b",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
27 |
"use_moreh_attention": false,
|
28 |
"use_pipeline": false,
|
29 |
"vocab_size": 32000
|
30 |
+
}
|