mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
use relative import for reasoning_gym.data
This commit is contained in:
parent
c69bc5d4e6
commit
c504efc2c3
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ from dataclasses import dataclass
|
|||
from random import Random
|
||||
from typing import Optional
|
||||
|
||||
from reasoning_gym.data import read_data_file
|
||||
|
||||
from ..data import read_data_file
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue