]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : Fixed wrong function name in llamacpp server unit test (#11473)
authorpeidaqi <redacted>
Tue, 28 Jan 2025 23:03:42 +0000 (16:03 -0700)
committerGitHub <redacted>
Tue, 28 Jan 2025 23:03:42 +0000 (00:03 +0100)
commitcf8cc856d7d02165bd08593b4757e1256a62d501
tree386dfaef66d066794a4097223e6b10dfe0434c99
parentd0c08040b6c8bebeade7b8d5764df6cf901678d5
server : Fixed wrong function name in llamacpp server unit test (#11473)

The test_completion_stream_with_openai_library() function is actually with stream=False by default, and test_completion_with_openai_library() with stream=True
examples/server/tests/unit/test_completion.py