From 90f27e48a1e57e25323574f73c0ccbb0b854f9cf Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 18 Dec 2024 19:30:30 -0700 Subject: [PATCH] typo --- tests/agent_evals/auto_test_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/agent_evals/auto_test_eval.py b/tests/agent_evals/auto_test_eval.py index 7a4bb9f6..e9d018fc 100644 --- a/tests/agent_evals/auto_test_eval.py +++ b/tests/agent_evals/auto_test_eval.py @@ -108,7 +108,7 @@ class SwarmsIssueReporter: cuda_available = torch.cuda.is_available() if cuda_available: - gpu_info = torch.cuda.get_device_name(0) + gpu_info = torch.cuda.get_device_name(0) return cuda_available, gpu_info return False, None except ImportError: