]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Main+: optionally allow special tokens from user in interactive mode (#7097)
authorHanishKVC <redacted>
Fri, 10 May 2024 10:21:58 +0000 (15:51 +0530)
committerGitHub <redacted>
Fri, 10 May 2024 10:21:58 +0000 (20:21 +1000)
commitf89fe2732c5709f6e86d5f4aee2e6d2a561f2eb2
tree4e427e6595de0d43d601c7781c16445297e5322f
parentd11afd665241c1b3910ab5f040d0216403019d87
Main+: optionally allow special tokens from user in interactive mode (#7097)

@hanishkvc added a new `--interactive-specials` flag which would allow for inserting special tokens from user side into the embedding stream.
common/common.cpp
common/common.h
examples/main/main.cpp