mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
docs: Add dependency installation step to eval README setup instructions
This commit is contained in:
parent
574edb5c5b
commit
a1b0a0414e
3 changed files with 8 additions and 2 deletions
|
|
@ -18,12 +18,17 @@ This framework provides tools to evaluate language models on the reasoning_gym d
|
|||
|
||||
## Setup
|
||||
|
||||
1. Set your OpenRouter API key as an environment variable:
|
||||
1. Install the required dependencies:
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
2. Set your OpenRouter API key as an environment variable:
|
||||
```bash
|
||||
export OPENROUTER_API_KEY=your-api-key
|
||||
```
|
||||
|
||||
2. Prepare your dataset configuration in JSON format (e.g., `eval_basic.json`):
|
||||
3. Prepare your dataset configuration in JSON format (e.g., `eval_basic.json`):
|
||||
```json
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue