From cee47ce90210c7f59aa081c2db9313ce1c393421 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 14 Nov 2023 21:47:54 +0100 Subject: [PATCH] fixed elf --- lollms/apps/elf/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lollms/apps/elf/__init__.py b/lollms/apps/elf/__init__.py index f3c288f..79c7f49 100644 --- a/lollms/apps/elf/__init__.py +++ b/lollms/apps/elf/__init__.py @@ -95,7 +95,8 @@ class Elf(LollmsApplication): last_n_tokens=60, seed=-1, n_threads=8, - batch_size=1): + batch_size=1, + stream=None): """safe_generate Args: