Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"hidden_size": 8192,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 28672,
|
|
|
14 |
"max_position_embeddings": 4096,
|
15 |
"mlp_bias": false,
|
16 |
"model_type": "llama",
|
|
|
11 |
"hidden_size": 8192,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 28672,
|
14 |
+
"kv_cache_torch_dtype": "float8_e4m3fn",
|
15 |
"max_position_embeddings": 4096,
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|