Hotfix installer
This commit is contained in:
parent
a6809c3ccb
commit
5591b03a88
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user