Hotfix installer

This commit is contained in:
henryruhs 2023-10-09 13:43:03 +02:00
parent a6809c3ccb
commit 5591b03a88

View File

@ -36,7 +36,7 @@ def cli() -> None:
def run(program : ArgumentParser) -> None:
args = program.parse_args()
if args.onnxruntime:
if args.torch and args.onnxruntime:
answers =\
{
'torch': args.torch,