llama_model_params class final

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Inheritance
Implemented types
Available extensions

Constructors

llama_model_params()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
check_tensors bool
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
devices Pointer<ggml_backend_dev_t>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kv_overrides Pointer<llama_model_kv_override>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
main_gpu int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
n_gpu_layers int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
progress_callback llama_progress_callback
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
progress_callback_user_data Pointer<Void>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
split_mode int
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
tensor_split Pointer<Float>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
use_mlock bool
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
use_mmap bool
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
vocab_only bool
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
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