LlamaVersion class final
Build-time pin info for this binding.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
systemInfo(
) → String -
Runtime call to
llama_print_system_info(). Returns a string with llama.cpp build date, compiler flags, and enabled backends — useful for debugging which backends actually compiled in. Requires thatLlamaLibrary.load(orloadFromProcess) succeeded first.
Constants
- llamaCppCommit → const String
-
Full SHA of the
src/llama.cppsubmodule the native artifacts in this release were built against. - llamaCppCommitDate → const String
- Author/committer date of llamaCppCommit in ISO-8601 form. Reproducible across machines (does not depend on local clock).
- package → const String
-
Version of the
llama_cpp_dartpackage itself, mirroringpubspec.yaml.