bump version

This commit is contained in:
clore 2024-05-22 00:43:38 +00:00
parent 2ef648df25
commit 79c17624f2
1 changed files with 1 additions and 1 deletions

View File

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