AbstractIntegratedModule 0.9.2__tar.gz → 0.9.3__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.
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.egg-info/PKG-INFO +8 -6
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.py +1450 -621
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractOptimizedModules.c +200 -200
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/PKG-INFO +8 -6
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/README.md +7 -5
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/setup.py +1 -1
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/AbstractOptimizedModules.pyx +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/MANIFEST.in +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/Cargo.toml +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/pyproject.toml +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/src/lib.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/debug/build/libsqlite3-sys-ed07b882cd2aa5e2/out/bindgen.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/debug/build/serde_core-ebc15f2e9cad7f5f/out/private.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/debug/build/target-lexicon-08527f45de28143d/out/host.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/release/build/libsqlite3-sys-bf0400df4523274c/out/bindgen.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/release/build/serde_core-5cdb76131825e4af/out/private.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/abstract_model_storage/target/release/build/target-lexicon-43eb95a0588bf457/out/host.rs +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/pyproject.toml +0 -0
- {abstractintegratedmodule-0.9.2 → abstractintegratedmodule-0.9.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
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.9.
|
|
45
|
+
- Development Stage: 0.9.3 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.
|
|
@@ -80,11 +80,13 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
80
80
|
- Transformer Optimized using Cython, to reduce Memory overhead and Reduce CPU Usage, With Reduced Training Time.
|
|
81
81
|
______________
|
|
82
82
|
- Changelog:
|
|
83
|
-
- v0.9.
|
|
83
|
+
- v0.9.3:
|
|
84
84
|
- [=] New features:
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
|
|
85
|
+
- titles and rules is now Optional in all prediction methods, given if X and y samples are provided during prediction.
|
|
86
|
+
- added guards for saving samples to check for ellipsis object.
|
|
87
|
+
- Both Asynchronous Prediction and P2P doesnt rely on titles and rules, given if X and y samples are provided.
|
|
88
|
+
- refined Transformer and MLP training methods.
|
|
89
|
+
- Added new method to generate supported samples from the Provided X samples that matched Transformer token embedding
|
|
88
90
|
____________
|
|
89
91
|
<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" />
|
|
90
92
|
|