htdemucs-ft-drums-onnx / requirements.txt
StemSplit's picture
Add model card, reference inference script, and requirements
39ea11c verified
Raw
History Blame Contribute Delete
237 Bytes
# Minimal runtime — no torch needed for inference.
# CPU on every platform. Add the CoreML / CUDA / DirectML EP via the
# matching onnxruntime extras package if you want GPU acceleration.
onnxruntime>=1.20
numpy>=1.24
soundfile>=0.12