Loading pre-trained model from local directory

Hello, Is it possible to download the pre-trained model into local directory and use the location instead of downloading from AWS
I am running the jupyter notebook from server which does not have access to internet nor do I have access to fastai installation directory…I can however upload the downloaded pre-trained model/weight to server
suppose if I am able to upload the pre-trained model/weight to c:/temp/
can I use the location instead of AWD_LSTM below ?
learn = language_model_learner(data_lm, AWD_LSTM, drop_mult=0.5)

Note that i do not have access to modify the fastai installed location…just to be sure