8000 server : replace behave with pytest by ngxson · Pull Request #10416 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

server : replace behave with pytest #10416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
styling
  • Loading branch information
ngxson committed Nov 20, 2024
commit e34c9d78a4a435568d9d60f7bcf97877f03d018e
2 changes: 1 addition & 1 deletion examples/server/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def tinyllama2() -> ServerProcess:
server.n_predict = 64
server.seed = 42
return server

@staticmethod
def bert_bge_small() -> ServerProcess:
server = ServerProcess()
Expand Down
Loading
0