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"]: