We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488b9da commit 79f4fe5Copy full SHA for 79f4fe5
common/common.h
@@ -429,7 +429,7 @@ struct common_params {
429
int32_t n_cache_reuse = 0; // min chunk size to reuse from the cache via KV shifting
430
int32_t n_ctx_checkpoints = 8; // max number of context checkpoints per slot
431
int32_t cache_ram_mib = 8192; // -1 = no limit, 0 - disable, 1 = 1 MiB, etc.
432
- int32_t local_media_max_size_mb = 15; // max size of loaded local media files
+ int32_t local_media_max_size_mb = 15; // max size of loaded local media files
433
434
std::string hostname = "127.0.0.1";
435
std::string public_path = ""; // NOLINT
0 commit comments