Skip to content

Commit 5623420

Browse files
committed
review comments
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent d1a98da commit 5623420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/groundedness_requirement_example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pytest: huggingface, e2e, requires_heavy_ram
1+
# pytest: e2e, huggingface
22
"""Example demonstrating GroundednessRequirement for grounded response validation.
33
44
This example shows how to use GroundednessRequirement to validate that
@@ -11,8 +11,8 @@
1111
4. Groundedness Output - Declare response grounded iff all spans needing
1212
citations are fully supported
1313
14-
Note: This example requires HuggingFace backend and access to the
15-
ibm-granite/granite-4.0-micro model.
14+
Note: This example requires HuggingFace backend with GPU (8GB+ VRAM recommended)
15+
and access to the ibm-granite/granite-4.0-micro model.
1616
"""
1717

1818
import asyncio

0 commit comments

Comments
 (0)