Skip to content

Commit e156f2f

Browse files
committed
update NCNN
1 parent 15a3c0c commit e156f2f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
```
4949
5050
"""
51-
Version = "1.1.3"
51+
Version = "1.1.4"
5252

5353
Plat = sys.platform
5454

setup2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
```
4848
4949
"""
50-
Version = "1.1.3"
50+
Version = "1.1.4"
5151

5252
Plat = sys.platform
5353

src/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
184185
endif()
185186

src/ncnn

Submodule ncnn updated 738 files

src/waifu2x_py.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ static struct PyModuleDef spammodule = {
9898

9999
static bool IsInit = false;
100100
static bool IsInitSet = false;
101-
static const char* Version = "1.1.3";
101+
static const char* Version = "1.1.4";
102102
#endif

0 commit comments

Comments
 (0)