File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4848```
4949
5050"""
51- Version = "1.1.3 "
51+ Version = "1.1.4 "
5252
5353Plat = sys .platform
5454
Original file line number Diff line number Diff line change 4747```
4848
4949"""
50- Version = "1.1.3 "
50+ Version = "1.1.4 "
5151
5252Plat = sys .platform
5353
Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ if(NOT USE_SYSTEM_NCNN)
179179 option (WITH_LAYER_deconvolutiondepthwise1d "" OFF )
180180 option (WITH_LAYER_deconvolution3d "" OFF )
181181 option (WITH_LAYER_deconvolutiondepthwise3d "" OFF )
182-
182+ option (WITH_LAYER_einsum "" OFF )
183+ option (WITH_LAYER_deformableconv2d "" OFF )
183184 add_subdirectory (ncnn)
184185endif ()
185186
Original file line number Diff line number Diff line change @@ -98,5 +98,5 @@ static struct PyModuleDef spammodule = {
9898
9999static bool IsInit = false;
100100static bool IsInitSet = false;
101- static const char * Version = "1.1.3 " ;
101+ static const char * Version = "1.1.4 " ;
102102#endif
You can’t perform that action at this time.
0 commit comments