Using the first example of inference, I have the error: sdpa = args.sdpa ^^^^^^^^^ AttributeError: 'Namespace' object has no attribute 'sdpa' I've changed line sdpa = args.sdpa by sepa = True to avoid it, but is a workaround, not the solution.
Using the first example of inference, I have the error:
AttributeError: 'Namespace' object has no attribute 'sdpa'
I've changed line
sdpa = args.sdpa
by
sepa = True
to avoid it, but is a workaround, not the solution.