lujangusface's picture
fix: patch config.json for sglang-jax compatibility
10c2447 verified
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"hidden_size": 3584,
"intermediate_size": 18944,
"num_hidden_layers": 1,
"num_attention_heads": 28,
"num_key_value_heads": 4,
"head_dim": 128,
"vocab_size": 152064,
"draft_vocab_size": 32000,
"rope_theta": 10000,
"rms_norm_eps": 1e-06,
"torch_dtype": "bfloat16",
"tie_word_embeddings": false
}