blackify code

This commit is contained in:
Lincoln Stein
2023-07-29 13:00:43 -04:00
parent 99daa97978
commit 0fb7328022
3 changed files with 9 additions and 11 deletions

View File

@ -650,6 +650,7 @@ def process_and_execute(
conn_out.send_bytes("*done*".encode("utf-8"))
conn_out.close()
# --------------------------------------------------------
def select_and_download_models(opt: Namespace):
precision = "float32" if opt.full_precision else choose_precision(torch.device(choose_torch_device()))