AMEVA-Runtime (Python)
Next-Gen Unified On-Device Hardware Orchestration & 6-Modality AI Acceleration Runtime 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): LLM 35.80 t/s (VRAM 25/25 layers), Whisper STT 4,401 ms, TTS RTF 0.264x (medium) / 0.993x (high-fp16).
- Galaxy A35 (Mali-G68 MP5): 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.2.0
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.2.0.tar.gz | 67.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ameva_runtime-2.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 149.5 kB
Release files / ameva_runtime-2.2.0.tar.gz
| Download URL | ameva_runtime-2.2.0.tar.gz |
|---|---|
| Size | 67.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2cb8930dccfdceb905131bfe4b6e9caee68e96dcb62ade73eeb8d9c8370982a6
|
|
BLAKE2b-256 checksum How to use checksums |
392f6e8f37e6d45e27ec2c5b5f4efc23c3d93ad56d7b0f6073faf9309435f730
|
| 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.2.0-py3-none-any.whl
| Download URL | ameva_runtime-2.2.0-py3-none-any.whl |
|---|---|
| Size | 82.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5c86d96a58fdf8835d4f083ea877b99a2c956527157af4c6e5900a6740e6ee75
|
|
BLAKE2b-256 checksum How to use checksums |
d1bdb6b3e516df6d8c288c1d0c187dbbfc88147c34bf80b7321a0a1db85f04c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.0
|