add required -i to example chat_eval scripts

This commit is contained in:
svlandeg 2026-04-13 16:36:01 +02:00
parent b4e67636ad
commit bc78a7175e

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 sft -a ARC-Easy
torchrun --nproc_per_node=8 -m scripts.chat_eval -- -i sft -a ARC-Easy
"""
import argparse