alea-institute commited on
Commit
037a793
·
verified ·
1 Parent(s): fb2c028

Update README for large ONNX model

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -51,6 +51,8 @@ a fast character-based sentence and paragraph boundary detection system optimize
51
  > **Security Advantage:** This ONNX model format provides enhanced security compared to SKOPS models, as it doesn't require bypassing security measures with `trust_model=True`. ONNX models are the recommended option for security-sensitive environments.
52
 
53
  ```python
 
 
54
  from charboundary import get_large_onnx_segmenter
55
 
56
  # First load can be slow
 
51
  > **Security Advantage:** This ONNX model format provides enhanced security compared to SKOPS models, as it doesn't require bypassing security measures with `trust_model=True`. ONNX models are the recommended option for security-sensitive environments.
52
 
53
  ```python
54
+ # Make sure to install with the onnx extra to get ONNX runtime support
55
+ # pip install charboundary[onnx]
56
  from charboundary import get_large_onnx_segmenter
57
 
58
  # First load can be slow