From 79c17624f2ebc2b8a66ed107de65c6fbbed4943e Mon Sep 17 00:00:00 2001 From: clore Date: Wed, 22 May 2024 00:43:38 +0000 Subject: [PATCH] bump version --- clore_hosting/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clore_hosting/main.py b/clore_hosting/main.py index 432a98a..2b43b32 100644 --- a/clore_hosting/main.py +++ b/clore_hosting/main.py @@ -426,7 +426,7 @@ class CloreClient: async def submit_specs(self, current_specs): try: if type(current_specs) == dict: - current_specs["backend_version"]=9 + current_specs["backend_version"]=10 current_specs["update_hw"]=True smallest_pcie_width = 999 for gpu in current_specs["gpus"]["nvidia"]: