Use opset 15 for older PyTorch

This commit is contained in:
Michael Hansen
2023-03-06 09:36:11 -06:00
parent 25f3f89bd8
commit 894e5a949d

View File

@@ -10,7 +10,7 @@ from .vits.lightning import VitsModel
_LOGGER = logging.getLogger("larynx_train.export_onnx")
OPSET_VERSION = 16
OPSET_VERSION = 15
def main():