Skip to content

Commit

Permalink
Update Python Samples & Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanwei Wu committed Dec 17, 2024
1 parent 5328421 commit 31fb287
Show file tree
Hide file tree
Showing 14 changed files with 1,487 additions and 741 deletions.
2 changes: 1 addition & 1 deletion pybind/AppBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "AppBuilder.h"

#define APPBUILDER_VERSION "2.26.0"
#define APPBUILDER_VERSION "2.28.0"

ShareMemory::ShareMemory(const std::string& share_memory_name, const size_t share_memory_size) {
m_share_memory_name = share_memory_name;
Expand Down
579 changes: 32 additions & 547 deletions samples/python/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 31fb287

Please sign in to comment.