From 9a7a3c06cdcc0de94a636e9e83a6eab2dab5d309 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 3 May 2024 15:36:09 +0200 Subject: [PATCH] block mcding-org/* datasets (#2771) --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 24bb29f6ed..b36d46a493 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -79,7 +79,7 @@ images: common: # Comma-separated list of blocked datasets. No jobs will be processed for those datasets. - blockedDatasets: "open-llm-leaderboard/*,lunaluan/*,atom-in-the-universe/*,cot-leaderboard/cot-eval-traces,mitermix/yt-links" + blockedDatasets: "open-llm-leaderboard/*,lunaluan/*,atom-in-the-universe/*,cot-leaderboard/cot-eval-traces,mitermix/yt-links,mcding-org/*" # Comma-separated list of the datasets for which we support dataset scripts. # Unix shell-style wildcards also work in the dataset name for namespaced datasets, for example `some_namespace/*` to refer to all the datasets in the `some_namespace` namespace. # The keyword `{{ALL_DATASETS_WITH_NO_NAMESPACE}}` refers to all the datasets without namespace.