We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f921ead commit 60b444fCopy full SHA for 60b444f
ci/L0_backend_vllm/accuracy_test/accuracy_test.py
@@ -190,7 +190,6 @@ def test_guided_decoding(self):
190
sampling_params = SAMPLING_PARAMETERS
191
guided_decoding_params = {
192
"choice": ["Positive", "Negative"],
193
- "backend": "outlines",
194
}
195
sampling_params["guided_decoding"] = json.dumps(guided_decoding_params)
196
for i in range(len(GUIDED_PROMPTS)):
@@ -245,7 +244,6 @@ def tearDown(self):
245
244
if FLAGS.generate_guided_baseline:
246
247
248
249
250
guided_generation = GuidedDecodingParams(**guided_decoding_params)
251
asyncio.run(
0 commit comments