LLamaParams
Namespace: LLama
1 | |
Inheritance Object → ValueType → LLamaParams
Fields
seed
1 | |
n_threads
1 | |
n_predict
1 | |
n_parts
1 | |
n_ctx
1 | |
n_batch
1 | |
n_keep
1 | |
logit_bias
1 | |
top_k
1 | |
top_p
1 | |
tfs_z
1 | |
typical_p
1 | |
temp
1 | |
repeat_penalty
1 | |
repeat_last_n
1 | |
frequency_penalty
1 | |
presence_penalty
1 | |
mirostat
1 | |
mirostat_tau
1 | |
mirostat_eta
1 | |
model
1 | |
prompt
1 | |
path_session
1 | |
input_prefix
1 | |
input_suffix
1 | |
antiprompt
1 | |
lora_adapter
1 | |
lora_base
1 | |
memory_f16
1 | |
random_prompt
1 | |
use_color
1 | |
interactive
1 | |
embedding
1 | |
interactive_first
1 | |
instruct
1 | |
penalize_nl
1 | |
perplexity
1 | |
use_mmap
1 | |
use_mlock
1 | |
mem_test
1 | |
verbose_prompt
1 | |
Constructors
LLamaParams(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Dictionary<Int32, Single>, Int32, Single, Single, Single, Single, Single, Int32, Single, Single, Int32, Single, Single, String, String, String, String, String, List<String>, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
1 | |
Parameters
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