Namespace: LLama
public struct LLamaParams
Inheritance Object → ValueType → LLamaParams
public int seed;
public int n_threads;
public int n_predict;
public int n_parts;
public int n_ctx;
public int n_batch;
public int n_keep;
public Dictionary<int, float> logit_bias;
public int top_k;
public float top_p;
public float tfs_z;
public float typical_p;
public float temp;
public float repeat_penalty;
public int repeat_last_n;
public float frequency_penalty;
public float presence_penalty;
public int mirostat;
public float mirostat_tau;
public float mirostat_eta;
public string model;
public string prompt;
public string path_session;
public string input_prefix;
public string input_suffix;
public List<string> antiprompt;
public string lora_adapter;
public string lora_base;
public bool memory_f16;
public bool random_prompt;
public bool use_color;
public bool interactive;
public bool embedding;
public bool interactive_first;
public bool instruct;
public bool penalize_nl;
public bool perplexity;
public bool use_mmap;
public bool use_mlock;
public bool mem_test;
public bool verbose_prompt;
LLamaParams(int seed, int n_threads, int n_predict, int n_parts, int n_ctx, int n_batch, int n_keep, Dictionary<int, float> logit_bias, int top_k, float top_p, float tfs_z, float typical_p, float temp, float repeat_penalty, int repeat_last_n, float frequency_penalty, float presence_penalty, int mirostat, float mirostat_tau, float mirostat_eta, string model, string prompt, string path_session, string input_prefix, string input_suffix, List<string> antiprompt, string lora_adapter, string lora_base, bool memory_f16, bool random_prompt, bool use_color, bool interactive, bool embedding, bool interactive_first, bool instruct, bool penalize_nl, bool perplexity, bool use_mmap, bool use_mlock, bool mem_test, bool verbose_prompt)
seed Int32
n_threads Int32
n_predict Int32
n_parts Int32
n_ctx Int32
n_batch Int32
n_keep Int32
logit_bias Dictionary<Int32, Single>
top_k Int32
top_p Single
tfs_z Single
typical_p Single
temp Single
repeat_penalty Single
repeat_last_n Int32
frequency_penalty Single
presence_penalty Single
mirostat Int32
mirostat_tau Single
mirostat_eta Single
model String
prompt String
path_session String
input_prefix String
input_suffix String
antiprompt List<String>
lora_adapter String
lora_base String
memory_f16 Boolean
random_prompt Boolean
use_color Boolean
interactive Boolean
embedding Boolean
interactive_first Boolean
instruct Boolean
penalize_nl Boolean
perplexity Boolean
use_mmap Boolean
use_mlock Boolean
mem_test Boolean
verbose_prompt Boolean