Skip to content

Commit 79f4fe5

Browse files
cchadowitzngxson
andauthored
Update common/common.h - align comments
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 488b9da commit 79f4fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ struct common_params {
429429
int32_t n_cache_reuse = 0; // min chunk size to reuse from the cache via KV shifting
430430
int32_t n_ctx_checkpoints = 8; // max number of context checkpoints per slot
431431
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
432+
int32_t local_media_max_size_mb = 15; // max size of loaded local media files
433433

434434
std::string hostname = "127.0.0.1";
435435
std::string public_path = ""; // NOLINT

0 commit comments

Comments
 (0)