]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
main.swift : fix eos checking (#4197)
authoreastriver <redacted>
Fri, 24 Nov 2023 09:25:10 +0000 (18:25 +0900)
committerGitHub <redacted>
Fri, 24 Nov 2023 09:25:10 +0000 (11:25 +0200)
commit2568a4bf548d7392e9c78c008b33b4c11d53fe95
treeffe048bf5865a354df43bd4c61a496f9b4e348f4
parentb35f3d0def3efde92ed465d92a267430d957e87d
main.swift : fix eos checking (#4197)

llama_token_eos(const struct llama_model *) is currently getting struct llama_context type variable context as a parameter.
examples/batched.swift/Sources/main.swift