]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Server: fix seed for multiple slots (#6835)
authorJohannes Gäßler <redacted>
Wed, 24 Apr 2024 09:08:36 +0000 (11:08 +0200)
committerGitHub <redacted>
Wed, 24 Apr 2024 09:08:36 +0000 (11:08 +0200)
commit28103f4832e301a9c84d44ff0df9d75d46ab6c76
tree8ba391e3a7e0ce9a20d4b41782ef133bd7e32738
parentc0d1b3e03e27634ac2871761f5033cf9324d472d
Server: fix seed for multiple slots (#6835)

* Server: add tests for consistent results

* sampling: separate rng per sampling context
common/common.cpp
common/sampling.cpp
common/sampling.h
examples/lookup/lookup-stats.cpp
examples/lookup/lookup.cpp
examples/main/main.cpp
examples/server/server.cpp
examples/server/tests/features/results.feature [new file with mode: 0644]
examples/server/tests/features/steps/steps.py
llama.cpp
llama.h