We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc911a commit 33bdb62Copy full SHA for 33bdb62
examples/llama.swiftui/llama.cpp.swift/LibLlama.swift
@@ -24,7 +24,7 @@ func llama_batch_add(_ batch: inout llama_batch, _ id: llama_token, _ pos: llama
24
actor LlamaContext {
25
private var model: OpaquePointer
26
private var context: OpaquePointer
27
- private var sampling: OpaquePointer
+ private var sampling: llama_sampler
28
private var batch: llama_batch
29
private var tokens_list: [llama_token]
30
var is_done: Bool = false
0 commit comments