[Docs] Fix warnings in mkdocs build (continued) (#23743)

Signed-off-by: Zerohertz <ohg3417@gmail.com>
Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
This commit is contained in:
Hyogeun Oh (오효근)
2025-08-28 02:17:29 +09:00
committed by GitHub
parent dd58932280
commit 4e4d017b6f
26 changed files with 56 additions and 50 deletions

View File

@@ -91,7 +91,7 @@ class LogitsProcessor(ABC):
to each forward pass.
Args:
batch_update is non-None iff there have been
changes to the batch makeup.
batch_update: Non-None iff there have been changes
to the batch makeup.
"""
raise NotImplementedError