awni / speech

A PyTorch Implementation of End-to-End Models for Speech-to-Text
Apache License 2.0
747 stars 175 forks source link

Make Requires Cuda #56

Open goldblum opened 4 years ago

goldblum commented 4 years ago

When we follow the installation instructions, the "make" command throws us the error, "CUDA_TOOKIT_ROOT_DIR not found". How do we build this repo on a machine without a GPU? Thanks!