File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/server/tests/features Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ Feature: llama.cpp server
35
35
And metric llamacpp:tokens_predicted is <n_predicted>
36
36
37
37
Examples : Prompts
38
- | prompt | n_predict | re_content | n_prompt | n_predicted | truncated |
39
- | I believe the meaning of life is | 8 | (read \|going )+ | 18 | 8 | not |
40
- | Write a joke about AI from a very long prompt which will not be truncated | 256 | (princesses \|everyone \|kids )+ | 46 | 64 | not |
38
+ | prompt | n_predict | re_content | n_prompt | n_predicted | truncated |
39
+ | I believe the meaning of life is | 8 | (read \|going )+ | 18 | 8 | not |
40
+ | Write a joke about AI from a very long prompt which will not be truncated | 256 | (princesses \|everyone \|kids \| Anna )+ | 46 | 64 | not |
41
41
42
42
Scenario : Completion prompt truncated
43
43
Given a prompt:
You can’t perform that action at this time.
0 commit comments