ygal commited on
Commit
dc3b6ca
1 Parent(s): 30046b1

Add architectures field to the config.json file

Browse files

vLLM expects this field and fails to load if it is not present.

Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "attention_bias": false,
3
  "attention_dropout": 0.0,
4
  "bos_token_id": 1,
 
1
  {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,