AMEVA-Runtime (Python)
Next-Gen Unified On-Device Hardware Orchestration & 6-Modality AI Acceleration Runtime (with BitNet 1.58-bit Vulkan Compute) for Mobile & Edge
Installation
pip install ameva-runtime
Quickstart
import ameva_runtime as ameva
from ameva_runtime import vulkan
# Inspect hardware
profile = ameva.detect_hardware()
print(f"Target: {profile.soc_name} | {profile.gpu_vendor}")
# Run diagnostics
doc = vulkan.Doctor()
report = doc.run_self_test()
print(f"Passed: {report.passed_stages}/{report.total_stages}")
Empirical Benchmarks
- Galaxy S25 (Adreno 830):
- BitNet 1.58-bit LLM: 17.558 t/s (12.58x speedup), Prompt Eval 205.9 ms.
- Qwen2.5-0.5B LLM: 35.80 t/s (25/25 VRAM layers).
- Whisper STT: 4,401 ms, TTS: RTF 0.264x (medium) / 0.993x (high-fp16).
- Galaxy A35 (Mali-G68 MP5):
- BitNet 1.58-bit LLM: 3.471 t/s (5.94x speedup), Prompt Eval 1,552.8 ms.
- Qwen2.5-0.5B LLM: 4.44 t/s (+26.9% vs NEON).
- Whisper STT: 360.60s (2.26x speedup), TTS: RTF 1.146x.
Documentation
License
Apache-2.0 License. Copyright (c) 2026 Eunho Kim (@uno-km).
Release files for ameva-runtime 2.6.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ameva_runtime-2.6.2.tar.gz | 83.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ameva_runtime-2.6.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 176.9 kB
Release files / ameva_runtime-2.6.2.tar.gz
| Download URL | ameva_runtime-2.6.2.tar.gz |
|---|---|
| Size | 83.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b890aca21d2d9cd13da00b9212180243c4d17314b1292f9b8ba16a7f9b5a7afc
|
|
BLAKE2b-256 checksum How to use checksums |
5e2fb9d2243b959c811a3454a8fcb1f335c8cb8dadcb5cba5b4e505ef2c40c41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.0
|
Release files / ameva_runtime-2.6.2-py3-none-any.whl
| Download URL | ameva_runtime-2.6.2-py3-none-any.whl |
|---|---|
| Size | 93.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e9815f4c8d701e606e3376f2436aaeca14f0520d4fcab93c50922c30595752c3
|
|
BLAKE2b-256 checksum How to use checksums |
f9ab3ec982b7bbb45bcc25797462d5d4b1c87c2c7ad6f8604f45d984565b5e07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.0
|