Metadata-Version: 2.4
Name: vsn-framework
Version: 0.1.4
Summary: VSN Framework — Volumetric Sequential Network: create, train, and deploy linear-complexity sequence models
Author-email: VSN Project <dalusx64@gmail.com>
Project-URL: Homepage, https://github.com/bueormnew/vsn-framework
Project-URL: Repository, https://github.com/bueormnew/vsn-framework
Keywords: deep-learning,neural-network,sequence-model,volumetric,linear-complexity,pytorch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0
Requires-Dist: typing_extensions>=4.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: full
Requires-Dist: safetensors>=0.3; extra == "full"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: hypothesis>=6.0; extra == "dev"
