cortexnet 3.2.2__tar.gz → 3.2.4__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.
- {cortexnet-3.2.2 → cortexnet-3.2.4}/PKG-INFO +12 -1
- {cortexnet-3.2.2 → cortexnet-3.2.4}/README.md +11 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/__init__.py +1 -1
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/PKG-INFO +12 -1
- {cortexnet-3.2.2 → cortexnet-3.2.4}/pyproject.toml +1 -1
- {cortexnet-3.2.2 → cortexnet-3.2.4}/LICENSE +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/__main__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/__init__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/arch_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/calibrator.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/inference_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/model_registry.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adapter/weight_adapter.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/adversarial.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/attention.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/blocks.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/cache.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/causal_reasoning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/compat.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/config.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/continual_learning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/cortex_block_lite.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/distributed.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/graph_reasoning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/hierarchical_memory.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/interpretability.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/memory.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/meta_learning.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/model.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/multi_agent.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/multimodal.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/ops/__init__.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/ops/device_manager.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/ops/npu_ops.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/quantization.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/routing.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/self_evolution.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/ssm.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/training_utils.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet/transformer_baseline.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/SOURCES.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/dependency_links.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/entry_points.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/requires.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/cortexnet.egg-info/top_level.txt +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/setup.cfg +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/tests/test_all.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/tests/test_core_modules.py +0 -0
- {cortexnet-3.2.2 → cortexnet-3.2.4}/tests/test_public_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexnet
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Summary: CortexNet: unified neural network architecture beyond Transformers
|
|
5
5
|
Author: CortexNet Team
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,8 +45,16 @@ Dynamic: license-file
|
|
|
45
45
|
[](https://pypi.org/project/cortexnet/)
|
|
46
46
|
[](./LICENSE)
|
|
47
47
|
|
|
48
|
+
## Language / 语言
|
|
49
|
+
|
|
50
|
+
- 中文文档入口: `docs/README.md`(Chinese + English full docs index)
|
|
51
|
+
- English quick docs: `docs/en/QUICKSTART_AND_USAGE.md`
|
|
52
|
+
- Chinese quick docs: `docs/zh-CN/QUICKSTART_AND_USAGE.md`
|
|
53
|
+
|
|
48
54
|
`CortexNet` 是一个面向语言建模与推理场景的神经网络架构实现,核心思路是将多尺度状态空间建模、选择性稀疏注意力、记忆系统、条件路由与可选高级推理模块组合到同一框架中。
|
|
49
55
|
|
|
56
|
+
`CortexNet` is a unified neural architecture implementation for language modeling and reasoning, combining multi-scale SSM, selective sparse attention, memory, conditional routing, and optional advanced reasoning modules in one framework.
|
|
57
|
+
|
|
50
58
|
本仓库已经完成以下整理:
|
|
51
59
|
|
|
52
60
|
- 统一对外主模型命名为 `CortexNet`(不再以 `*V3` 作为主入口)
|
|
@@ -128,7 +136,10 @@ python -m pytest -q
|
|
|
128
136
|
- 模块职责图:`MODULE_MAP.md`
|
|
129
137
|
- 变更记录:`CHANGELOG.md`
|
|
130
138
|
- 贡献指南:`CONTRIBUTING.md`
|
|
139
|
+
- 支持与问题分流:`SUPPORT.md`
|
|
131
140
|
- 安全策略:`SECURITY.md`
|
|
141
|
+
- 示例代码:`examples/README.md`
|
|
142
|
+
- 发布基准报告:`docs/reports/README.md`
|
|
132
143
|
|
|
133
144
|
## Compatibility Notes
|
|
134
145
|
|
|
@@ -4,8 +4,16 @@
|
|
|
4
4
|
[](https://pypi.org/project/cortexnet/)
|
|
5
5
|
[](./LICENSE)
|
|
6
6
|
|
|
7
|
+
## Language / 语言
|
|
8
|
+
|
|
9
|
+
- 中文文档入口: `docs/README.md`(Chinese + English full docs index)
|
|
10
|
+
- English quick docs: `docs/en/QUICKSTART_AND_USAGE.md`
|
|
11
|
+
- Chinese quick docs: `docs/zh-CN/QUICKSTART_AND_USAGE.md`
|
|
12
|
+
|
|
7
13
|
`CortexNet` 是一个面向语言建模与推理场景的神经网络架构实现,核心思路是将多尺度状态空间建模、选择性稀疏注意力、记忆系统、条件路由与可选高级推理模块组合到同一框架中。
|
|
8
14
|
|
|
15
|
+
`CortexNet` is a unified neural architecture implementation for language modeling and reasoning, combining multi-scale SSM, selective sparse attention, memory, conditional routing, and optional advanced reasoning modules in one framework.
|
|
16
|
+
|
|
9
17
|
本仓库已经完成以下整理:
|
|
10
18
|
|
|
11
19
|
- 统一对外主模型命名为 `CortexNet`(不再以 `*V3` 作为主入口)
|
|
@@ -87,7 +95,10 @@ python -m pytest -q
|
|
|
87
95
|
- 模块职责图:`MODULE_MAP.md`
|
|
88
96
|
- 变更记录:`CHANGELOG.md`
|
|
89
97
|
- 贡献指南:`CONTRIBUTING.md`
|
|
98
|
+
- 支持与问题分流:`SUPPORT.md`
|
|
90
99
|
- 安全策略:`SECURITY.md`
|
|
100
|
+
- 示例代码:`examples/README.md`
|
|
101
|
+
- 发布基准报告:`docs/reports/README.md`
|
|
91
102
|
|
|
92
103
|
## Compatibility Notes
|
|
93
104
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexnet
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.4
|
|
4
4
|
Summary: CortexNet: unified neural network architecture beyond Transformers
|
|
5
5
|
Author: CortexNet Team
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,8 +45,16 @@ Dynamic: license-file
|
|
|
45
45
|
[](https://pypi.org/project/cortexnet/)
|
|
46
46
|
[](./LICENSE)
|
|
47
47
|
|
|
48
|
+
## Language / 语言
|
|
49
|
+
|
|
50
|
+
- 中文文档入口: `docs/README.md`(Chinese + English full docs index)
|
|
51
|
+
- English quick docs: `docs/en/QUICKSTART_AND_USAGE.md`
|
|
52
|
+
- Chinese quick docs: `docs/zh-CN/QUICKSTART_AND_USAGE.md`
|
|
53
|
+
|
|
48
54
|
`CortexNet` 是一个面向语言建模与推理场景的神经网络架构实现,核心思路是将多尺度状态空间建模、选择性稀疏注意力、记忆系统、条件路由与可选高级推理模块组合到同一框架中。
|
|
49
55
|
|
|
56
|
+
`CortexNet` is a unified neural architecture implementation for language modeling and reasoning, combining multi-scale SSM, selective sparse attention, memory, conditional routing, and optional advanced reasoning modules in one framework.
|
|
57
|
+
|
|
50
58
|
本仓库已经完成以下整理:
|
|
51
59
|
|
|
52
60
|
- 统一对外主模型命名为 `CortexNet`(不再以 `*V3` 作为主入口)
|
|
@@ -128,7 +136,10 @@ python -m pytest -q
|
|
|
128
136
|
- 模块职责图:`MODULE_MAP.md`
|
|
129
137
|
- 变更记录:`CHANGELOG.md`
|
|
130
138
|
- 贡献指南:`CONTRIBUTING.md`
|
|
139
|
+
- 支持与问题分流:`SUPPORT.md`
|
|
131
140
|
- 安全策略:`SECURITY.md`
|
|
141
|
+
- 示例代码:`examples/README.md`
|
|
142
|
+
- 发布基准报告:`docs/reports/README.md`
|
|
132
143
|
|
|
133
144
|
## Compatibility Notes
|
|
134
145
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|