server: tests - passkey - limit the number of max tokens to predix

This commit is contained in:
Pierrick HYMBERT 2024-03-02 14:42:11 +01:00
parent f8773f759e
commit a80533e276

View file

@ -51,4 +51,4 @@ Feature: Passkey / Self-extend with context shift
Examples:
| hf_repo | hf_file | n_ctx_train | ngl | n_batch | n_slots | n_ga | n_ga_w | n_junk | n_grp | i_pos | seed | n_keep | passkey | n_predicted | re_content |
| TheBloke/phi-2-GGUF | phi-2.Q4_K_M.gguf | 2048 | 5 | 512 | 1 | 8 | 512 | 250 | 4 | 50 | 86 | 32 | 42 | 5 | The passkey is 42\. |
| TheBloke/phi-2-GGUF | phi-2.Q4_K_M.gguf | 2048 | 5 | 512 | 1 | 8 | 512 | 250 | 4 | 50 | 86 | 32 | 42 | 32 | .*42.* |