Skip to content

Class: LlamaModel

Constructors

new LlamaModel(options)

ts
new LlamaModel(options): LlamaModel
new LlamaModel(options): LlamaModel

options source: github:ggerganov/llama.cpp/llama.h (struct llama_context_params)

Parameters

ParameterTypeDescription
optionsLlamaModelOptions

Source

llamaEvaluator/LlamaModel.ts:161

Accessors

systemInfo

ts
get static systemInfo(): string
get static systemInfo(): string

Source

llamaEvaluator/LlamaModel.ts:188