llama_context_params class final

Inheritance
Implemented types
Available extensions

Constructors

llama_context_params()

Properties

cb_eval ggml_backend_sched_eval_callback
getter/setter pair
cb_eval_user_data Pointer<Void>
getter/setter pair
embedding bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logits_all bool
getter/setter pair
mul_mat_q bool
getter/setter pair
n_batch int
getter/setter pair
n_ctx int
getter/setter pair
n_threads int
getter/setter pair
n_threads_batch int
getter/setter pair
offload_kqv bool
getter/setter pair
rope_freq_base double
getter/setter pair
rope_freq_scale double
getter/setter pair
rope_scaling_type int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int
getter/setter pair
type_k int
getter/setter pair
type_v int
getter/setter pair
yarn_attn_factor double
getter/setter pair
yarn_beta_fast double
getter/setter pair
yarn_beta_slow double
getter/setter pair
yarn_ext_factor double
getter/setter pair
yarn_orig_ctx int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited