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.4.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.4.0.tar.gz | 60.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ameva_runtime-2.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 133.0 kB
Release files / ameva_runtime-2.4.0.tar.gz
| Download URL | ameva_runtime-2.4.0.tar.gz |
|---|---|
| Size | 60.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cfdc6a458a62d028a2c1fef6520333e4bedd24a4ff0ff751b39f4ae7b8c63a40
|
|
BLAKE2b-256 checksum How to use checksums |
3f3e08a65a97d841fc8c81807d1700a443ee03e993aba7c7871537bf921647fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / ameva_runtime-2.4.0-py3-none-any.whl
| Download URL | ameva_runtime-2.4.0-py3-none-any.whl |
|---|---|
| Size | 72.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
678a7f987494cbdabe19687c0d645f6cf421977f7a9e0350ecbc6749e932c330
|
|
BLAKE2b-256 checksum How to use checksums |
95b606c21d50da065b68f02781ccc6fdcae873544d9cd47e62b3a0f355905d44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|