examples: remove HF_HUB_OFFLINE to allow dataset download

This commit is contained in:
Georgi Gerganov
2026-01-31 16:33:45 +02:00
parent 30ea5124de
commit d7d2c22909

View File

@@ -15,7 +15,7 @@ from tqdm import tqdm
cache_dir = Path.home() / ".cache" / "huggingface" / "datasets"
cache_dir.mkdir(parents=True, exist_ok=True)
os.environ["HF_DATASETS_CACHE"] = str(cache_dir)
os.environ["HF_HUB_OFFLINE"] = "1"
os.environ["HF_HUB_DISABLE_TELEMETRY"] = "1"
GRADER_PATTERNS = {
"aime": r'\boxed{(\d+)}|\b(\d+)\b',