mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
lint, seed & size for figlet
This commit is contained in:
parent
25505e3a75
commit
fc775eda7e
6 changed files with 2406 additions and 2357 deletions
|
|
@ -9,9 +9,9 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
```
|
||||
git clone https://github.com/open-thought/reasoning-gym.git
|
||||
```
|
||||
2. Create a virtual environment(Here we use conda)
|
||||
2. Create a virtual environment (here we use conda)
|
||||
```
|
||||
conda create --name reasoning_gym python=3.12 -y
|
||||
conda create --name reasoning_gym python=3.11 -y
|
||||
conda activate reasoning_gym
|
||||
```
|
||||
3. Link project and install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue