How well this model can inference on cpu only devices?

#5
by mhdaw - opened

How well this model can inference on cpu only devices?

I don't think it is currently compatible with CPU-only inference, I can see it uses causal-conv1d (https://pypi.org/project/causal-conv1d/) and this one will need a GPU.

NVIDIA org

yes, current implementation is GPU only.

pmolchanov changed discussion status to closed

Sign up or log in to comment