From ca98f2f83986ac2ea497e059df947f3edf0d17e9 Mon Sep 17 00:00:00 2001 From: max Date: Wed, 24 Jun 2026 21:50:53 -0700 Subject: [PATCH] Move RBench under cosmos3 generator evaluation --- .../cosmos3/generator/rbench/run_with_cosmos_framework.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/cosmos3/generator/rbench/run_with_cosmos_framework.ipynb b/evaluation/cosmos3/generator/rbench/run_with_cosmos_framework.ipynb index faa6a93f..016e8584 100644 --- a/evaluation/cosmos3/generator/rbench/run_with_cosmos_framework.ipynb +++ b/evaluation/cosmos3/generator/rbench/run_with_cosmos_framework.ipynb @@ -99,7 +99,7 @@ "COSMOS3_NUM_GPUS = os.environ.get(\"COSMOS3_NUM_GPUS\", \"4\")\n", "CUDA_VISIBLE_DEVICES = os.environ.get(\"CUDA_VISIBLE_DEVICES\", \"0,1,2,3\")\n", "\n", - "RBENCH_NOTEBOOK_ROOT = COSMOS_ROOT / \"evaluation\" / \"rbench\"\n", + "RBENCH_NOTEBOOK_ROOT = COSMOS_ROOT / \"evaluation\" / \"cosmos3\" / \"generator\" / \"rbench\"\n", "RBENCH_ASSETS = RBENCH_NOTEBOOK_ROOT / \"assets\"\n", "RBENCH_PROMPTS_DIR = RBENCH_ASSETS / \"prompts\"\n", "RBENCH_HF_URL = os.environ.get(\"RBENCH_HF_URL\", \"https://huggingface.co/datasets/DAGroup-PKU/RBench\")\n",