mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Expose arithmetic modules automatically in reasoning_gym package
This commit is contained in:
parent
5c5cbf3194
commit
575624aa93
2 changed files with 10 additions and 1 deletions
|
|
@ -2,4 +2,7 @@
|
|||
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
||||
"""
|
||||
|
||||
from . import arithmetic
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["arithmetic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue