Skip to content

Commit 9a53178

Browse files
authored
build: revert default model, cut release (#168)
1 parent 68f3812 commit 9a53178

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.5.8-dev2
1+
## 0.5.8
22

3-
* Add alternative architecture for detectron2
3+
* Add alternative architecture for detectron2 (but default is unchanged)
44
* Updates:
55

66
| Library | From | To |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.8-dev2" # pragma: no cover
1+
__version__ = "0.5.8" # pragma: no cover

unstructured_inference/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
UnstructuredYoloXModel,
2424
)
2525

26-
DEFAULT_MODEL = "detectron2_mask_rcnn"
26+
DEFAULT_MODEL = "detectron2_onnx"
2727

2828
models: Dict[str, UnstructuredModel] = {}
2929

0 commit comments

Comments
 (0)