cortexnet 3.2.4__tar.gz → 3.2.5__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 (49) hide show
  1. {cortexnet-3.2.4 → cortexnet-3.2.5}/PKG-INFO +2 -1
  2. {cortexnet-3.2.4 → cortexnet-3.2.5}/README.md +1 -0
  3. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/__init__.py +1 -1
  4. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/PKG-INFO +2 -1
  5. {cortexnet-3.2.4 → cortexnet-3.2.5}/pyproject.toml +1 -1
  6. {cortexnet-3.2.4 → cortexnet-3.2.5}/LICENSE +0 -0
  7. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/__main__.py +0 -0
  8. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/__init__.py +0 -0
  9. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/arch_adapter.py +0 -0
  10. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/calibrator.py +0 -0
  11. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/inference_adapter.py +0 -0
  12. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/model_registry.py +0 -0
  13. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adapter/weight_adapter.py +0 -0
  14. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/adversarial.py +0 -0
  15. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/attention.py +0 -0
  16. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/blocks.py +0 -0
  17. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/cache.py +0 -0
  18. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/causal_reasoning.py +0 -0
  19. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/compat.py +0 -0
  20. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/config.py +0 -0
  21. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/continual_learning.py +0 -0
  22. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/cortex_block_lite.py +0 -0
  23. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/distributed.py +0 -0
  24. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/graph_reasoning.py +0 -0
  25. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/hierarchical_memory.py +0 -0
  26. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/interpretability.py +0 -0
  27. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/memory.py +0 -0
  28. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/meta_learning.py +0 -0
  29. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/model.py +0 -0
  30. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/multi_agent.py +0 -0
  31. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/multimodal.py +0 -0
  32. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/ops/__init__.py +0 -0
  33. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/ops/device_manager.py +0 -0
  34. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/ops/npu_ops.py +0 -0
  35. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/quantization.py +0 -0
  36. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/routing.py +0 -0
  37. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/self_evolution.py +0 -0
  38. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/ssm.py +0 -0
  39. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/training_utils.py +0 -0
  40. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet/transformer_baseline.py +0 -0
  41. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/SOURCES.txt +0 -0
  42. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/dependency_links.txt +0 -0
  43. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/entry_points.txt +0 -0
  44. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/requires.txt +0 -0
  45. {cortexnet-3.2.4 → cortexnet-3.2.5}/cortexnet.egg-info/top_level.txt +0 -0
  46. {cortexnet-3.2.4 → cortexnet-3.2.5}/setup.cfg +0 -0
  47. {cortexnet-3.2.4 → cortexnet-3.2.5}/tests/test_all.py +0 -0
  48. {cortexnet-3.2.4 → cortexnet-3.2.5}/tests/test_core_modules.py +0 -0
  49. {cortexnet-3.2.4 → cortexnet-3.2.5}/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.4
3
+ Version: 3.2.5
4
4
  Summary: CortexNet: unified neural network architecture beyond Transformers
5
5
  Author: CortexNet Team
6
6
  License-Expression: Apache-2.0
@@ -140,6 +140,7 @@ python -m pytest -q
140
140
  - 安全策略:`SECURITY.md`
141
141
  - 示例代码:`examples/README.md`
142
142
  - 发布基准报告:`docs/reports/README.md`
143
+ - Hugging Face 发布:`docs/en/HF_PUBLISHING.md` / `docs/zh-CN/HF_PUBLISHING.md`
143
144
 
144
145
  ## Compatibility Notes
145
146
 
@@ -99,6 +99,7 @@ python -m pytest -q
99
99
  - 安全策略:`SECURITY.md`
100
100
  - 示例代码:`examples/README.md`
101
101
  - 发布基准报告:`docs/reports/README.md`
102
+ - Hugging Face 发布:`docs/en/HF_PUBLISHING.md` / `docs/zh-CN/HF_PUBLISHING.md`
102
103
 
103
104
  ## Compatibility Notes
104
105
 
@@ -100,7 +100,7 @@ CortexNetV3 = _CortexNetV3
100
100
  CortexBlockV2 = _CortexBlockV2
101
101
  CortexBlockV3 = _CortexBlockV3
102
102
 
103
- __version__ = "3.2.4"
103
+ __version__ = "3.2.5"
104
104
 
105
105
  __all__ = [
106
106
  "CortexNet",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexnet
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
  Summary: CortexNet: unified neural network architecture beyond Transformers
5
5
  Author: CortexNet Team
6
6
  License-Expression: Apache-2.0
@@ -140,6 +140,7 @@ python -m pytest -q
140
140
  - 安全策略:`SECURITY.md`
141
141
  - 示例代码:`examples/README.md`
142
142
  - 发布基准报告:`docs/reports/README.md`
143
+ - Hugging Face 发布:`docs/en/HF_PUBLISHING.md` / `docs/zh-CN/HF_PUBLISHING.md`
143
144
 
144
145
  ## Compatibility Notes
145
146
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cortexnet"
7
- version = "3.2.4"
7
+ version = "3.2.5"
8
8
  description = "CortexNet: unified neural network architecture beyond Transformers"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
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