Skip to content

Commit

Permalink
feat: stop feature
Browse files Browse the repository at this point in the history
feat: model-manager - support background tasking
  • Loading branch information
ltdrdata committed Feb 1, 2025
1 parent a3d6fcc commit 510c364
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 158 deletions.
2 changes: 1 addition & 1 deletion glob/manager_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from node_package import InstalledNodePackage


version_code = [3, 12, 2]
version_code = [3, 13]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')


Expand Down
Loading

0 comments on commit 510c364

Please sign in to comment.