Skip to content

Commit 60b444f

Browse files
committed
Let the engine select model automatically
1 parent f921ead commit 60b444f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/L0_backend_vllm/accuracy_test/accuracy_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def test_guided_decoding(self):
190190
sampling_params = SAMPLING_PARAMETERS
191191
guided_decoding_params = {
192192
"choice": ["Positive", "Negative"],
193-
"backend": "outlines",
194193
}
195194
sampling_params["guided_decoding"] = json.dumps(guided_decoding_params)
196195
for i in range(len(GUIDED_PROMPTS)):
@@ -245,7 +244,6 @@ def tearDown(self):
245244
if FLAGS.generate_guided_baseline:
246245
guided_decoding_params = {
247246
"choice": ["Positive", "Negative"],
248-
"backend": "outlines",
249247
}
250248
guided_generation = GuidedDecodingParams(**guided_decoding_params)
251249
asyncio.run(

0 commit comments

Comments
 (0)