Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Update the VLLM FIM test to be more predictable #1269

Merged
merged 2 commits into from
Mar 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/integration/vllm/testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ testcases:
"#- coding: utf-8",
"```"
],
"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|>"
"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|>"
}
likes: |
contains: |
print("Hello, World!")

vllm_malicious_package_question:
Expand Down
Loading