stuff
This commit is contained in:
@@ -626,6 +626,9 @@ struct common_params {
|
||||
int32_t n_ctx_checkpoints = 32; // max number of context checkpoints per slot
|
||||
int32_t checkpoint_min_step = 8192; // minimum spacing between context checkpoints
|
||||
int32_t cache_ram_mib = 8192; // -1 = no limit, 0 - disable, 1 = 1 MiB, etc.
|
||||
uint64_t token_cache_size_mib = 5120; // shared tokenizer/text cache, 0 = disable
|
||||
std::string token_cache_path;
|
||||
bool token_cache_clear = false;
|
||||
|
||||
std::string hostname = "127.0.0.1";
|
||||
std::string public_path = ""; // NOLINT
|
||||
|
||||
Reference in New Issue
Block a user