From 25dfe0b8318d7c44e1a768e9e80efbde84421f18 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Fri, 6 Jun 2025 18:53:52 +0000 Subject: [PATCH] Weird glibc error --- scripts/run_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_benchmark.sh b/scripts/run_benchmark.sh index 8c08c91..b6b0526 100755 --- a/scripts/run_benchmark.sh +++ b/scripts/run_benchmark.sh @@ -132,7 +132,7 @@ task_spec_args = { preemptible=True, ), "resources": TaskResources(gpu_count=1), - "constraints": Constraints(cluster=["ai2/ceres-cirrascale", "ai2/jupiter-cirrascale-2", "ai2/saturn-cirrascale", "ai2/neptune-cirrascale"]), + "constraints": Constraints(cluster=["ai2/ceres-cirrascale", "ai2/jupiter-cirrascale-2"]), "result": ResultSpec(path="/noop-results"), }