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
3535 And metric llamacpp:tokens_predicted is <n_predicted>
3636
3737 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 |
4141
4242 Scenario : Completion prompt truncated
4343 Given a prompt:
You can’t perform that action at this time.
0 commit comments