Fix args in readme (#438)

* fix commands in readme, using new arg format

* fix typo

* add required -i flag to chat_eval example runs
This commit is contained in:
Sofie Van Landeghem
2026-01-16 01:26:38 +01:00
committed by GitHub
parent bdcc030ffa
commit d4ea28d4e2
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ All the generic code lives here, and all the evaluation-specific
code lives in nanochat directory and is imported from here.
Example runs:
python -m scripts.chat_eval -a ARC-Easy
torchrun --nproc_per_node=8 -m scripts.chat_eval -- -a ARC-Easy
python -m scripts.chat_eval -i mid -a ARC-Easy
torchrun --nproc_per_node=8 -m scripts.chat_eval -- -i mid -a ARC-Easy
"""
import argparse