Skip to content

Commit

Permalink
server: tests: fix the multi users infinite loop test
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 21, 2024
1 parent 469af4b commit 2a37bd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/server/tests/features/server.feature
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ Feature: llama.cpp server
"""
Write a very long poem.
"""
And 1024 max tokens to predict
And a prompt:
"""
Write a very long joke.
"""
And 512 max tokens to predict
And a user api key llama.cpp
Given concurrent completion requests
Then the server is busy
And all slots are busy
Expand Down

0 comments on commit 2a37bd6

Please sign in to comment.