From eb762a9087609549fa9b7243f059c1da0b34a080 Mon Sep 17 00:00:00 2001 From: drbh Date: Sun, 25 Feb 2024 14:00:51 +0000 Subject: [PATCH] fix: avoid seed change --- integration-tests/models/test_grammar_llama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/models/test_grammar_llama.py b/integration-tests/models/test_grammar_llama.py index 77c5849f..585d0656 100644 --- a/integration-tests/models/test_grammar_llama.py +++ b/integration-tests/models/test_grammar_llama.py @@ -52,7 +52,7 @@ async def test_flash_llama_grammar_json(flash_llama_grammar, response_snapshot): "info: david holtz like trees and has two cats. ", max_new_tokens=100, decoder_input_details=True, - seed=1, + seed=0, grammar={ "type": GrammarType.Json, # "json" "value": json.dumps(