From d182ddd3f8d48dc930c58c47cc0a1a4f99242cdb Mon Sep 17 00:00:00 2001 From: Dan-wanna-M Date: Fri, 8 Nov 2024 04:33:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Dan-wann?= =?UTF-8?q?a-M/formatron@23fc0ad920fb1f64a4c7c86d715a95ca0a5152f2=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...on_1_1integrations_1_1exllamav2_1_1FormatterFilter.html | 5 ++++- dev/exllamav2_8py_source.html | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev/classformatron_1_1integrations_1_1exllamav2_1_1FormatterFilter.html b/dev/classformatron_1_1integrations_1_1exllamav2_1_1FormatterFilter.html index 73a1ba2..66da34f 100644 --- a/dev/classformatron_1_1integrations_1_1exllamav2_1_1FormatterFilter.html +++ b/dev/classformatron_1_1integrations_1_1exllamav2_1_1FormatterFilter.html @@ -183,6 +183,7 @@ +

Properties

dict[str, typing.Any] formatter_captures (self)
 Get the captures of the formatter.
 

Detailed Description

@@ -332,7 +333,9 @@

-

Definition at line 152 of file exllamav2.py.

+

Get the captures of the formatter.

+ +

Definition at line 155 of file exllamav2.py.

diff --git a/dev/exllamav2_8py_source.html b/dev/exllamav2_8py_source.html index d65d700..3852956 100644 --- a/dev/exllamav2_8py_source.html +++ b/dev/exllamav2_8py_source.html @@ -297,7 +297,10 @@
143 @property
144 def formatter_captures(self) -> dict[str, typing.Any]:
-
145 return self._formatter.captures
+
145 """
+
146 Get the captures of the formatter.
+
147 """
+
148 return self._formatter.captures
Configuration for how an KBNF engine should be used in text generation.
Definition config.py:14
ExLlamaV2Filter that uses a formatter to mask logits.
Definition exllamav2.py:59
@@ -311,7 +314,7 @@
typing.Tuple[typing.Sequence[int], typing.Sequence[int]] next(self)
Definition exllamav2.py:115
-
dict[str, typing.Any] formatter_captures(self)
Definition exllamav2.py:152
+
dict[str, typing.Any] formatter_captures(self)
Get the captures of the formatter.
Definition exllamav2.py:155
typing.Tuple[typing.Set[int], typing.Set[int]] next_set(self)
Definition exllamav2.py:106
bool is_completed(self)
Check if the formatter is completed.
Definition exllamav2.py:74