Skip to content

Commit ffed03d

Browse files
committed
chore: update openapi specs
1 parent 69f99db commit ffed03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jaqpot_api_client/models/model_type.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ModelType(str, Enum):
2828
allowed enum values
2929
"""
3030
SKLEARN_ONNX = 'SKLEARN_ONNX'
31+
TORCH_ONNX = 'TORCH_ONNX'
3132
TORCH_SEQUENCE_ONNX = 'TORCH_SEQUENCE_ONNX'
3233
TORCH_GEOMETRIC_ONNX = 'TORCH_GEOMETRIC_ONNX'
3334
TORCHSCRIPT = 'TORCHSCRIPT'

0 commit comments

Comments
 (0)