Sorry, my last answer wasn’t quite correct.
You need to do a pip install ninja
and then a pip install -U fastai
to get the QRNN to work. It seems that Ninja needs to be present before the FastAI package is installed so that it detects it.
Sorry, my last answer wasn’t quite correct.
You need to do a pip install ninja
and then a pip install -U fastai
to get the QRNN to work. It seems that Ninja needs to be present before the FastAI package is installed so that it detects it.