Supported platforms for inference — DeepSpeech 0.9.3 documentation (original) (raw)
Here we maintain the list of supported platforms for running inference.
Linux / AMD64 without GPU¶
- x86-64 CPU with AVX/FMA (one can rebuild without AVX/FMA, but it might slow down inference)
- Ubuntu 14.04+ (glibc >= 2.19, libstdc++6 >= 4.8)
- Full TensorFlow runtime (
deepspeechpackages) - TensorFlow Lite runtime (
deepspeech-tflitepackages)
Linux / AMD64 with GPU¶
- x86-64 CPU with AVX/FMA (one can rebuild without AVX/FMA, but it might slow down inference)
- Ubuntu 14.04+ (glibc >= 2.19, libstdc++6 >= 4.8)
- CUDA 10.0 (and capable GPU)
- Full TensorFlow runtime (
deepspeechpackages) - TensorFlow Lite runtime (
deepspeech-tflitepackages)
Linux / ARMv7¶
- Cortex-A53 compatible ARMv7 SoC with Neon support
- Raspbian Buster-compatible distribution
- TensorFlow Lite runtime (
deepspeech-tflitepackages)
Linux / Aarch64¶
- Cortex-A72 compatible Aarch64 SoC
- ARMbian Buster-compatible distribution
- TensorFlow Lite runtime (
deepspeech-tflitepackages)
Android / ARMv7¶
- ARMv7 SoC with Neon support
- Android 7.0-10.0
- NDK API level >= 21
- TensorFlow Lite runtime (
deepspeech-tflitepackages)
Android / Aarch64¶
- Aarch64 SoC
- Android 7.0-10.0
- NDK API level >= 21
- TensorFlow Lite runtime (
deepspeech-tflitepackages)
macOS / AMD64¶
- x86-64 CPU with AVX/FMA (one can rebuild without AVX/FMA, but it might slow down inference)
- macOS >= 10.10
- Full TensorFlow runtime (
deepspeechpackages) - TensorFlow Lite runtime (
deepspeech-tflitepackages)
Windows / AMD64 without GPU¶
- x86-64 CPU with AVX/FMA (one can rebuild without AVX/FMA, but it might slow down inference)
- Windows Server >= 2012 R2 ; Windows >= 8.1
- Full TensorFlow runtime (
deepspeechpackages) - TensorFlow Lite runtime (
deepspeech-tflitepackages)
Windows / AMD64 with GPU¶
- x86-64 CPU with AVX/FMA (one can rebuild without AVX/FMA, but it might slow down inference)
- Windows Server >= 2012 R2 ; Windows >= 8.1
- CUDA 10.0 (and capable GPU)
- Full TensorFlow runtime (
deepspeechpackages) - TensorFlow Lite runtime (
deepspeech-tflitepackages)