]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : add --no-context-shift option (#9607)
authorXuan Son Nguyen <redacted>
Mon, 23 Sep 2024 20:23:54 +0000 (22:23 +0200)
committerGitHub <redacted>
Mon, 23 Sep 2024 20:23:54 +0000 (22:23 +0200)
commit0b3bf966f47bf2ba88e5d4e3ed429602008c7e63
tree48282937262feb9c4d45f6c314764a1a1e552c81
parentf0c7b5edf82aa200656fd88c11ae3a805d7130bf
server : add --no-context-shift option (#9607)

* server : add --no-context-shift option

* small fix

* Update examples/server/tests/features/embeddings.feature

Co-authored-by: Georgi Gerganov <redacted>
* tests : minor fix

* revert usage of GGML_ASSERT

* update server documentation

---------

Co-authored-by: Georgi Gerganov <redacted>
common/arg.cpp
examples/server/README.md
examples/server/server.cpp
examples/server/tests/features/ctx_shift.feature [new file with mode: 0644]
examples/server/tests/features/embeddings.feature
examples/server/tests/features/steps/steps.py