remove dangling debug statement

This commit is contained in:
Lincoln Stein 2023-09-27 22:26:26 -04:00
parent ada22a799e
commit f6bbcd0589

View File

@ -474,8 +474,6 @@ class ModelInstall(object):
precision = torch_dtype(choose_torch_device())
variants = ["fp16", None] if precision == torch.float16 else [None, "fp16"]
print(f"DEBUG: subfolder = {subfolder}")
model = None
for variant in variants:
try: