You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the VLLM FIM test to be more predictable (#1269)
* Add a system prompt to the VLLM FIM test case
Signed-off-by: Radoslav Dimitrov <[email protected]>
* Switch to contains from likes for VLLM FIM
Signed-off-by: Radoslav Dimitrov <[email protected]>
---------
Signed-off-by: Radoslav Dimitrov <[email protected]>
Copy file name to clipboardExpand all lines: tests/integration/vllm/testcases.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,9 @@ testcases:
82
82
"#- coding: utf-8",
83
83
"```"
84
84
],
85
-
"prompt":"# Do not add comments\n<|fim_prefix|>\n# codegate/greet.py\ndef print_hello():\n <|fim_suffix|>\n\n\nprint_hello()\n<|fim_middle|>"
85
+
"prompt":"<|im_start|>system\nDo not add comments or explanation\n<|im_end|><|fim_prefix|>\n# codegate/greet.py\ndef print_hello():\n <|fim_suffix|>\n\n\nprint_hello()\n<|fim_middle|>"
0 commit comments