How to disable 0/1 specialization for certain inputs?

0/1 specialization is done when do torch.export, how to avoid doing this for certain inputs? Otherwise, I have to construct inputs which has dimensions greater than 1, such as sequences, which is ugly. Is there anyway to specify that certain inputs will not do 0/1 specialization? Where is 0/1 specialization necessary? Which guards are affected by this specialization?