mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
rename static.py -> wordle_words.py
This commit is contained in:
parent
2b8655daef
commit
87bf5d6f9a
2 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from typing import Dict, Optional
|
|||
|
||||
import pyfiglet
|
||||
|
||||
from ..data.static import wordle_words
|
||||
from ..data.wordle_words import wordle_words
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue