mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
9 lines
246 B
Python
9 lines
246 B
Python
"""
|
|
IFEval Instruction Checking Module
|
|
|
|
Ported from lighteval (google/IFEval) for standalone use in Atropos.
|
|
"""
|
|
|
|
from .instructions_registry import INSTRUCTION_CONFLICTS, INSTRUCTION_DICT
|
|
|
|
__all__ = ["INSTRUCTION_DICT", "INSTRUCTION_CONFLICTS"]
|