AbstractIntegratedModule 0.1.9__py3-none-any.whl → 0.2.1__py3-none-any.whl
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.py +1 -1
- {abstractintegratedmodule-0.1.9.dist-info → abstractintegratedmodule-0.2.1.dist-info}/METADATA +10 -1
- abstractintegratedmodule-0.2.1.dist-info/RECORD +5 -0
- abstractintegratedmodule-0.1.9.dist-info/RECORD +0 -5
- {abstractintegratedmodule-0.1.9.dist-info → abstractintegratedmodule-0.2.1.dist-info}/WHEEL +0 -0
- {abstractintegratedmodule-0.1.9.dist-info → abstractintegratedmodule-0.2.1.dist-info}/top_level.txt +0 -0
AbstractIntegratedModule.py
CHANGED
|
@@ -941,7 +941,7 @@ class Transformer:
|
|
|
941
941
|
mask = (input_ids != pad_token_id).astype(np.float32)
|
|
942
942
|
return mask[:, np.newaxis, np.newaxis, :] # (B, 1, 1, T)
|
|
943
943
|
|
|
944
|
-
def clip_gradients(self, grads: dict, max_norm: float = 1.0) ->
|
|
944
|
+
def clip_gradients(self, grads: dict, max_norm: float = 1.0) -> Any:
|
|
945
945
|
# Compute global norm across all gradient tensors
|
|
946
946
|
total_norm = np.sqrt(sum(
|
|
947
947
|
np.sum(g ** 2) for g in grads.values()
|
{abstractintegratedmodule-0.1.9.dist-info → abstractintegratedmodule-0.2.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.1
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Advanced Integrated Non-LLM AI Module - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -37,6 +37,15 @@ Dynamic: summary
|
|
|
37
37
|
#### Github Repo (if you want to know or contribute)
|
|
38
38
|
https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent-Framework
|
|
39
39
|
|
|
40
|
+
#### 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.
|
|
41
|
+
|
|
42
|
+
### Library Short Description:
|
|
43
|
+
- Development Stage: Beta, 0.2.0.
|
|
44
|
+
- Maintainer: Micro-Novelty.
|
|
45
|
+
- library Source-Code is Open-sourced on github.
|
|
46
|
+
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
47
|
+
--------
|
|
48
|
+
|
|
40
49
|
<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" />
|
|
41
50
|
|
|
42
51
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
AbstractIntegratedModule.py,sha256=fQT3DgTkcayk12iAyyxacbCezTzfrNW5_27MX4YljQQ,540196
|
|
2
|
+
abstractintegratedmodule-0.2.1.dist-info/METADATA,sha256=p2ym0jfE7Q7X2FQky0MHtgpxmGeSDi4rmGMfyiF81lo,58120
|
|
3
|
+
abstractintegratedmodule-0.2.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
abstractintegratedmodule-0.2.1.dist-info/top_level.txt,sha256=H2-a2eP316_DXtZSJz2ztHo8n32qVrJCtyyvuc8m87E,25
|
|
5
|
+
abstractintegratedmodule-0.2.1.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
AbstractIntegratedModule.py,sha256=c_YlNhlaZUyRfIG3r6niicfk-9yJ1Zu_jBqlUsbcjmQ,540197
|
|
2
|
-
abstractintegratedmodule-0.1.9.dist-info/METADATA,sha256=U_TIRHbZSR-YtzVztfxzskYcBcwlKyIK6AV2KgYclnM,57653
|
|
3
|
-
abstractintegratedmodule-0.1.9.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
-
abstractintegratedmodule-0.1.9.dist-info/top_level.txt,sha256=H2-a2eP316_DXtZSJz2ztHo8n32qVrJCtyyvuc8m87E,25
|
|
5
|
-
abstractintegratedmodule-0.1.9.dist-info/RECORD,,
|
|
File without changes
|
{abstractintegratedmodule-0.1.9.dist-info → abstractintegratedmodule-0.2.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|