Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/55/head
Vladimir Mandic 2025-01-17 16:19:48 -05:00
parent aafc660ba3
commit f55066aa41
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ def get_torch():
ver = torch.__long_version__
except Exception:
ver = torch.__version__
return f"{ver} {shared.cmd_opts.precision} {' nohalf' if shared.cmd_opts.no_half else ' half'}"
return f"{ver}"
def get_version():