All checks were successful
Build ROCm Image / build (push) Successful in 8m1s
Per AMD docs (rocm.docs.amd.com install-onnx): - apt install migraphx, migraphx-dev, half (required by onnxruntime-rocm) - Switch to AMD-hosted wheel: onnxruntime_rocm-1.17.0-cp310 from repo.radeon.com - Pin numpy==1.26.4 (numpy 2.0 incompatible with this wheel) - Add MIGraphXExecutionProvider to provider list in engine.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
# Audio processing
|
|
numpy==1.26.4
|
|
soundfile
|
|
librosa==0.11.0
|
|
|
|
# ONNX model dependencies
|
|
transformers>=4.40.0
|
|
huggingface-hub
|
|
|
|
# Wyoming protocol
|
|
wyoming>=1.5.4
|
|
|
|
# Config / utilities
|
|
PyYAML>=6.0
|