From 299f7367a5422e926eba6e3bfd2a71e27da2c853 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:21:51 +0100 Subject: [PATCH] fix test --- router/src/queue.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/router/src/queue.rs b/router/src/queue.rs index 8962aaec..088bdd3c 100644 --- a/router/src/queue.rs +++ b/router/src/queue.rs @@ -234,6 +234,7 @@ mod tests { do_sample: false, seed: 0, repetition_penalty: 0.0, + watermark: false }, stopping_parameters: StoppingCriteriaParameters { max_new_tokens: 0,