Skip to content

Commit

Permalink
update version and Releasenotes of dev.1.0.5.20240508
Browse files Browse the repository at this point in the history
  • Loading branch information
sen.li committed May 9, 2024
1 parent 53299c5 commit a99e229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tools/pnnx/Releasenotes
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ dev.1.0.3.20240325
dev.1.0.4.20240327
1. Replacing the native pybind11 with Python's pybind11 to avoid compilation failure of release libraries on Linux

dev.1.0.5.20240507
1. Synchronize the main ncnn repository
dev.1.0.5.20240508
1. Synchronize the main ncnn repository
2. Fix missing approximate parameters of nn.GELU
2 changes: 1 addition & 1 deletion tools/pnnx/src/py_proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// #include <torch/extension.h>
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
#define MYLIBRARY_VERSION "dev.1.0.4.20240327"
#define MYLIBRARY_VERSION "dev.1.0.5.20240508"
using namespace pnnx_graph;
using namespace pnnx_ir;
namespace py = pybind11;
Expand Down

0 comments on commit a99e229

Please sign in to comment.