I also had this problem and was able to resolve it by running the following commands in the fastai directory.
conda install -c anaconda mkl
conda install -c pytorch pytorch torchvision
I also had this problem and was able to resolve it by running the following commands in the fastai directory.
conda install -c anaconda mkl
conda install -c pytorch pytorch torchvision