Spaces:
Paused
Paused
Create demo_config.json
Browse files- demo_config.json +5 -0
demo_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name_or_path": "openchat/openchat_3.5",
|
3 |
+
"template": "openchat",
|
4 |
+
"quantization_bit": 8
|
5 |
+
}
|