remove redundant configs in base_eval.py

This commit is contained in:
Shizhe Diao 2025-10-22 22:09:24 -07:00
parent 3525e6d5b7
commit 55fed15421

View File

@ -35,12 +35,6 @@ from nanochat.tokenizer import HuggingFaceTokenizer
from nanochat.checkpoint_manager import load_model
from nanochat.core_eval import evaluate_task
# -----------------------------------------------------------------------------
# Configuration
model_tag = None # optional model tag for the output directory name
step = None # optional model step for the output directory name
hf_path = None # optional HuggingFace model path (if set, will load from HF instead of local)
# -----------------------------------------------------------------------------
# nanoChat specific function dealing with I/O etc.