lib_llama_cpp_windows 0.5.4 copy "lib_llama_cpp_windows: ^0.5.4" to clipboard
lib_llama_cpp_windows: ^0.5.4 copied to clipboard

Windows native build and Dart registration for lib_llama_cpp.

lib_llama_cpp_windows #

Windows implementation package for the lib_llama_cpp federated Flutter plugin.

This package registers the Windows platform implementation and CMake metadata used by the app-facing lib_llama_cpp package. It is usually consumed as a transitive dependency through lib_llama_cpp.

Published releases include a prebuilt CPU DLL. Monorepo development builds compile from the pinned third_party/llama.cpp checkout when the prebuilt DLL is absent, and can opt into the supported Vulkan path with LIB_LLAMA_CPP_ENABLE_VULKAN=ON when the runner has the required SDKs. CUDA is outside the supported default-package backend matrix; see ../../docs/design/gpu-backend-support.md.