From b61f70591e08bb9cf6e32d74dfa16b9cad12b460 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 28 May 2024 11:17:10 +0000 Subject: [PATCH] block huggingface-leaderboard/* --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index ec7eef8eaa..0c1431563f 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,mcding-org/*" + blockedDatasets: "huggingface-leaderboard/*,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.