From 326da8c5086537f831bf4d1d7c48b7c8b8cc52e7 Mon Sep 17 00:00:00 2001 From: mzr1996 Date: Wed, 2 Aug 2023 03:38:27 +0000 Subject: [PATCH] Fix UT --- opencompass/runners/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/runners/local.py b/opencompass/runners/local.py index a0e1ad4a9..5ca9a1a32 100644 --- a/opencompass/runners/local.py +++ b/opencompass/runners/local.py @@ -66,7 +66,7 @@ def launch(self, tasks: List[Dict[str, Any]]) -> List[Tuple[str, int]]: if 'CUDA_VISIBLE_DEVICES' in os.environ: all_gpu_ids = [ int(i) for i in re.findall( - '(?