Skip to content

Commit 1b2bd68

Browse files
committed
Use commit hash for CyberMetric dataset url
1 parent d5cc675 commit 1b2bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspect_evals/cybermetric/cybermetric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from inspect_ai.solver import multiple_choice, system_message
2727
from platformdirs import user_cache_dir
2828

29-
GITHUB_DATASET_URL_TEMPLATE = "https://raw.githubusercontent.com/cybermetric/CyberMetric/refs/heads/main/{name}-v1.json"
29+
GITHUB_DATASET_URL_TEMPLATE = "https://raw.githubusercontent.com/cybermetric/CyberMetric/205262cdf5022ba890e792efd176fb19d42913fa/{name}-v1.json"
3030
SYSTEM_MESSAGE = "You are a security expert who answers questions."
3131
CACHE_DIR = Path(user_cache_dir("inspect_evals")) / "cybermetric" / "data"
3232

0 commit comments

Comments
 (0)