From 95c0690d985ae319867cd7e5b6902dca83b13c24 Mon Sep 17 00:00:00 2001 From: clore Date: Sat, 30 Mar 2024 02:29:05 +0000 Subject: [PATCH] non-case sensitive matching of pcie_bus --- clore_hosting/main.py | 2 +- lib/get_specs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clore_hosting/main.py b/clore_hosting/main.py index 2908570..733ffe7 100644 --- a/clore_hosting/main.py +++ b/clore_hosting/main.py @@ -398,7 +398,7 @@ class CloreClient: current_specs["update_hw"]=True smallest_pcie_width = 999 for gpu in current_specs["gpus"]["nvidia"]: - if gpu["pcie_width"]