AbstractIntegratedModule 0.6.7__tar.gz → 0.6.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8/AbstractIntegratedModule.egg-info}/PKG-INFO +9 -13
  2. abstractintegratedmodule-0.6.8/AbstractIntegratedModule.egg-info/SOURCES.txt +20 -0
  3. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractOptimizedModules.c +152 -152
  4. abstractintegratedmodule-0.6.8/MANIFEST.in +4 -0
  5. {abstractintegratedmodule-0.6.7/AbstractIntegratedModule.egg-info → abstractintegratedmodule-0.6.8}/PKG-INFO +9 -13
  6. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/README.md +8 -12
  7. abstractintegratedmodule-0.6.8/abstract_model_storage/Cargo.toml +13 -0
  8. abstractintegratedmodule-0.6.8/abstract_model_storage/pyproject.toml +8 -0
  9. abstractintegratedmodule-0.6.8/abstract_model_storage/src/lib.rs +137 -0
  10. abstractintegratedmodule-0.6.8/abstract_model_storage/target/debug/build/libsqlite3-sys-ed07b882cd2aa5e2/out/bindgen.rs +3681 -0
  11. abstractintegratedmodule-0.6.8/abstract_model_storage/target/debug/build/target-lexicon-08527f45de28143d/out/host.rs +74 -0
  12. abstractintegratedmodule-0.6.8/abstract_model_storage/target/release/build/libsqlite3-sys-bf0400df4523274c/out/bindgen.rs +3681 -0
  13. abstractintegratedmodule-0.6.8/abstract_model_storage/target/release/build/target-lexicon-43eb95a0588bf457/out/host.rs +74 -0
  14. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/pyproject.toml +1 -1
  15. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/setup.py +21 -12
  16. abstractintegratedmodule-0.6.7/AbstractIntegratedModule.cp313-win_amd64.pyd +0 -0
  17. abstractintegratedmodule-0.6.7/AbstractIntegratedModule.cpython-310-aarch64-linux-gnu.so +0 -0
  18. abstractintegratedmodule-0.6.7/AbstractIntegratedModule.cpython-312-x86_64-linux-gnu.so +0 -0
  19. abstractintegratedmodule-0.6.7/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -19
  20. abstractintegratedmodule-0.6.7/AbstractOptimizedModules.cp313-win_amd64.pyd +0 -0
  21. abstractintegratedmodule-0.6.7/AbstractOptimizedModules.cpython-310-aarch64-linux-gnu.so +0 -0
  22. abstractintegratedmodule-0.6.7/AbstractOptimizedModules.cpython-312-x86_64-linux-gnu.so +0 -0
  23. abstractintegratedmodule-0.6.7/MANIFEST.in +0 -7
  24. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
  25. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
  26. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
  27. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractIntegratedModule.py +0 -0
  28. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/AbstractOptimizedModules.pyx +0 -0
  29. {abstractintegratedmodule-0.6.7 → abstractintegratedmodule-0.6.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: AbstractIntegratedModule
3
- Version: 0.6.7
3
+ Version: 0.6.8
4
4
  Summary: Library for Advanced Integrated Non-LLM AI Models - Optimized Backend Framework For Non-LLM AI Agent
5
5
  Author: Micro-Novelty
6
6
  Author-email: hernikpuspita5@gmail.com
@@ -42,7 +42,7 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
42
42
  #### Note: The README here you are reading is a direct copy from my README Repository, to download the necessary files, you can visit my Repository with the provided link above.
43
43
 
44
44
  ### Library Short Description:
45
- - Development Stage: 0.6.7 Official Release.
45
+ - Development Stage: 0.6.8 Official Release.
46
46
  - Maintainer: Micro-Novelty.
47
47
  - library Source-Code is Open-sourced on github.
48
48
  - Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
@@ -52,11 +52,9 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
52
52
  python -m install AbstractIntegratedModule
53
53
  ```
54
54
 
55
- - The library also includes precompiled binaries for:
56
- - x86_64 linux architecture: only supports python version 3.12.
57
- - aarch64 linux architecture: only supports python version 3.10.
58
- - win_amd64 windows 64-bit architecture: only supports python version 3.13.
59
- if you don't have the necessary python, don't worry since you could use our regular pip download.
55
+ - The library also includes precompiled binaries:
56
+ - Compiled AbstractOptimizedModules specifically for handling Complex matrix calculations.
57
+ - Compiled Rust Module for retrieving weights and saving multi-architecture weights safely without conflict.
60
58
 
61
59
  - Proven Capabilities:
62
60
  - The library has been thoroughly tested in Multiple Environments from Windows to ARM64 Environment. The library is now Robust for Wider use and Deployment.
@@ -67,11 +65,9 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
67
65
  - Robust Advanced prediction capabilities proven effective on ARM64 Using MLP + LSTM Architectures.
68
66
  - Transformer Modules Optimized using Cython, to reduce Memory overhead and Reduce CPU Usage, With Reduced Training Time.
69
67
  - Changelog:
70
- - v0.6.7:
68
+ - v0.6.8:
71
69
  - [=] New features:
72
- - Fixed bug where mlp always return index 0 during prediction.
73
- - Optimized processing batch in chunk function.
74
- - fixed bug where num_classes doesnt match given labels.
70
+ - Added Rust specific compiled binary for handling complex weight matrices.
75
71
  -----
76
72
 
77
73
  <img width="1280" height="600" alt="WhatsApp Image 2026-05-27 at 07 16 32" src="https://github.com/user-attachments/assets/4b58a556-45a3-419b-96fd-9c1b76cac574" />
@@ -165,8 +161,8 @@ Transformers are the modern standard for AI, introduced in 2017 with the famous
165
161
  python -m pip install AbstractIntegratedModule
166
162
  ```
167
163
 
168
- - Download binaries manually (Choose one minimal, specified for your needs):
169
- - Binaries can be downloaded from release or code section.
164
+ - Download binaries manually in the repository (Choose one minimal, specified for your needs):
165
+ - Binaries can be downloaded from repository release or code section.
170
166
  - Windows Native OS - AbstractIntegratedModule.cp313-win_amd64 Supports Python 3.13 for Windows Only (Robust, Stable version)
171
167
  - Linux x86_64 - AbstractIntegratedModule.cpython-312-x86_64-linux-gnu.so supports Python 3.12 only.
172
168
  - Linux ARM64 - Raspberry Pi (Supports Raspberry pi 3 - 5) - AbstractIntegratedModule.cpython-310-aarch64-linux-gnu.so supports Python 3.10 only.
@@ -0,0 +1,20 @@
1
+ AbstractIntegratedModule.py
2
+ AbstractOptimizedModules.c
3
+ AbstractOptimizedModules.pyx
4
+ MANIFEST.in
5
+ README.md
6
+ pyproject.toml
7
+ setup.py
8
+ AbstractIntegratedModule.egg-info/PKG-INFO
9
+ AbstractIntegratedModule.egg-info/SOURCES.txt
10
+ AbstractIntegratedModule.egg-info/dependency_links.txt
11
+ AbstractIntegratedModule.egg-info/requires.txt
12
+ AbstractIntegratedModule.egg-info/top_level.txt
13
+ C:/Users/Dell/OneDrive/Desktop/AIM-PIP-Packaging/AbstractOptimizedModules.c
14
+ abstract_model_storage/Cargo.toml
15
+ abstract_model_storage/pyproject.toml
16
+ abstract_model_storage/src/lib.rs
17
+ abstract_model_storage/target/debug/build/libsqlite3-sys-ed07b882cd2aa5e2/out/bindgen.rs
18
+ abstract_model_storage/target/debug/build/target-lexicon-08527f45de28143d/out/host.rs
19
+ abstract_model_storage/target/release/build/libsqlite3-sys-bf0400df4523274c/out/bindgen.rs
20
+ abstract_model_storage/target/release/build/target-lexicon-43eb95a0588bf457/out/host.rs