mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
refactor: Rename relationships module to graphs
This commit is contained in:
parent
b6f673aa54
commit
e6e8f8cc42
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
||||
"""
|
||||
|
||||
from . import algorithmic, algebra, arithmetic, cognition, data, games, logic, relationships
|
||||
from . import algorithmic, algebra, arithmetic, cognition, data, games, graphs, logic
|
||||
|
||||
__version__ = "0.1.1"
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "logic", "relationships"]
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "graphs", "logic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue