Production neuromorphic inference SDK with CUDA acceleration
Reason this release was yanked:
update
Project description
NeuraTensor SDK
Production neuromorphic inference at 8ms latency
NeuraTensor is a high-performance neuromorphic inference SDK featuring a proprietary fused SNN-SSM architecture with CUDA acceleration.
⚡ Performance
- 8.13ms latency (64M model, Jetson AGX Orin)
- 123 seq/s throughput
- 120x faster than PyTorch baseline
- Sub-10ms real-time inference
�� Quick Start
pip install neuratensor
from neuratensor import NeuraTensor, NeuraTensorConfig
# Load model
config = NeuraTensorConfig.preset("64m")
model = NeuraTensor(config).cuda().half()
# Inference
output = model(input_ids)
# ✅ 8ms latency, 64M params, 123 seq/s
📊 Models
| Model | Parameters | Latency | Use Case |
|---|---|---|---|
| 64M | 64M | 8ms | Edge, real-time |
| 256M | 256M | ~15ms | Balanced |
| 1B | 1B | ~35ms | Quality |
🔧 Requirements
- NVIDIA GPU (CUDA 11.4+, SM 7.0+)
- Python 3.8+
- PyTorch 2.0+
📚 Documentation
📄 License
Proprietary. Binary distribution only.
© 2024-2025 Neuramorphic, Inc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neuratensor-1.0.0.tar.gz.
File metadata
- Download URL: neuratensor-1.0.0.tar.gz
- Upload date:
- Size: 235.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1fa1da33e59dbb626c7c33559df9b5ef72553737372cf8adb983ca69321fee
|
|
| MD5 |
90858df1e1c5749b328b9c70a15cbdad
|
|
| BLAKE2b-256 |
dcba94181264292fba0768f32b71d5da3b9636d6633d114734a8ecbe4affe22a
|
File details
Details for the file neuratensor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: neuratensor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 238.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61d7b90b87350c29ddbea4a4ffc701bd9d81fedf6e491fbf561aea29f3c46124
|
|
| MD5 |
0591cd933472e9703aba00285e0ff566
|
|
| BLAKE2b-256 |
7a250ed48f39aa5e38a198210ffec359b3bb81c02637d94b19726d3c58f18eb1
|