From 785b214b841593a5e84e8edd83f1b31c13c8d8cb Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 15 Jan 2026 21:35:05 +0100 Subject: [PATCH] add required -i flag to chat_eval example runs --- scripts/chat_eval.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/chat_eval.py b/scripts/chat_eval.py index cae2f0f..a558303 100644 --- a/scripts/chat_eval.py +++ b/scripts/chat_eval.py @@ -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