Fastai.text -- fastai v0.7

Hello everyone I’m new to this fastai library thing.
I was trying to use fastai version 0.7.0 with torch version 0.3.1 and torchtext version 0.2.3…
On " from fastai.text import * " its giving attribute error of ModuleDict not found in torch.nn …

Its works when I upgrade torch to v1.1.0 but other function of fastai v0.7 such as learner.fit () is giving not implemented error.
Please help me out…

Is there a reason you are trying to use fastai 0.7? If you don’t have any legacy system to support that is using the old version, you should start of by using the latest version of fastai. Docs for fastai can be found at https://docs.fast.ai