Update config.json for llama.cpp integration
Browse filesLlama.cpp requires `architectures` param to work
- config.json +1 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"attention_bias": false,
|
| 3 |
"attention_dropout": 0.0,
|
| 4 |
"auto_map": {
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["RND1"],
|
| 3 |
"attention_bias": false,
|
| 4 |
"attention_dropout": 0.0,
|
| 5 |
"auto_map": {
|