Commit
•
debf2f8
1
Parent(s):
043ae54
Update config.json (#16)
Browse files- Update config.json (130d435597b1856d91ead4200731f7a4922a56e3)
- config.json +2 -3
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/fsx/llama405b/instruct",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -28,8 +27,8 @@
|
|
28 |
"desc_act": true,
|
29 |
"group_size": 128,
|
30 |
"is_marlin_format": false,
|
31 |
-
"model_file_base_name":
|
32 |
-
"model_name_or_path":
|
33 |
"quant_method": "gptq",
|
34 |
"static_groups": false,
|
35 |
"sym": true,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
27 |
"desc_act": true,
|
28 |
"group_size": 128,
|
29 |
"is_marlin_format": false,
|
30 |
+
"model_file_base_name": null,
|
31 |
+
"model_name_or_path": null,
|
32 |
"quant_method": "gptq",
|
33 |
"static_groups": false,
|
34 |
"sym": true,
|