From 36c7db5831dcd6fdb061a73b4f82b7d2338ecbdc Mon Sep 17 00:00:00 2001 From: clore Date: Sun, 8 Sep 2024 23:33:46 +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 5ef1d27..06e2831 100644 --- a/clore_hosting/main.py +++ b/clore_hosting/main.py @@ -455,7 +455,7 @@ class CloreClient: async def submit_specs(self, current_specs): try: if type(current_specs) == dict: - current_specs["backend_version"]=12 + current_specs["backend_version"]=13 current_specs["update_hw"]=True smallest_pcie_width = 999 for gpu in current_specs["gpus"]["nvidia"]: