server : test script : add timeout for all requests (#9282)
This commit is contained in:
parent
f1485161e5
commit
48baa61ecc
2 changed files with 20 additions and 20 deletions
|
@ -52,8 +52,8 @@ Feature: Parallel
|
|||
Then all prompts are predicted with <n_predict> tokens
|
||||
Examples:
|
||||
| streaming | n_predict |
|
||||
| disabled | 200 |
|
||||
| enabled | 200 |
|
||||
| disabled | 128 |
|
||||
| enabled | 64 |
|
||||
|
||||
Scenario Outline: Multi users OAI completions compatibility no v1
|
||||
Given a system prompt You are a writer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue