Update neurocache_config.json
Browse files- neurocache_config.json +1 -1
neurocache_config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"auto_mapping": null,
|
7 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B",
|
8 |
"cache_dtype": "float16",
|
9 |
-
"cache_size":
|
10 |
"cache_type": "FIFO",
|
11 |
"compression_factor": 4,
|
12 |
"context_size": 1,
|
|
|
6 |
"auto_mapping": null,
|
7 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B",
|
8 |
"cache_dtype": "float16",
|
9 |
+
"cache_size": 32768,
|
10 |
"cache_type": "FIFO",
|
11 |
"compression_factor": 4,
|
12 |
"context_size": 1,
|