mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
Completed: full example suite
This commit is contained in:
parent
c0a16d7f2b
commit
de7d37f14f
13 changed files with 1309 additions and 220 deletions
6
examples/word_ladder/requirements.txt
Normal file
6
examples/word_ladder/requirements.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Required dependencies for the Word Ladder Puzzle Dataset Generator
|
||||
# Python 3.7+
|
||||
|
||||
anthropic>=0.45.2 # Client library for interacting with Anthropic's API
|
||||
tqdm>=4.67.1 # For progress bars
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue