Skip to content

Commit

Permalink
update NCNN
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Aug 10, 2022
1 parent 15a3c0c commit e156f2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
```
"""
Version = "1.1.3"
Version = "1.1.4"

Plat = sys.platform

Expand Down
2 changes: 1 addition & 1 deletion setup2.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
```
"""
Version = "1.1.3"
Version = "1.1.4"

Plat = sys.platform

Expand Down
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ if(NOT USE_SYSTEM_NCNN)
option(WITH_LAYER_deconvolutiondepthwise1d "" OFF)
option(WITH_LAYER_deconvolution3d "" OFF)
option(WITH_LAYER_deconvolutiondepthwise3d "" OFF)

option(WITH_LAYER_einsum "" OFF)
option(WITH_LAYER_deformableconv2d "" OFF)
add_subdirectory(ncnn)
endif()

Expand Down
2 changes: 1 addition & 1 deletion src/ncnn
Submodule ncnn updated 738 files
2 changes: 1 addition & 1 deletion src/waifu2x_py.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ static struct PyModuleDef spammodule = {

static bool IsInit = false;
static bool IsInitSet = false;
static const char* Version = "1.1.3";
static const char* Version = "1.1.4";
#endif

0 comments on commit e156f2f

Please sign in to comment.