"torchvision" warnings after updating PyTorch to version 0.4.0

After updating PyTorch to 0.4, I am still having these warnings.
Do I have to update torchvision separately so that I get the latest version?

/anaconda3/lib/python3.6/site-packages/torchvision-0.2.1-py3.6.egg/torchvision/models/squeezenet.py:94: UserWarning: nn.init.kaiming_uniform is now deprecated in favor of nn.init.kaiming_uniform_.

/anaconda3/lib/python3.6/site-packages/torchvision-0.2.1-py3.6.egg/torchvision/models/squeezenet.py:92: UserWarning: nn.init.normal is now deprecated in favor of nn.init.normal_.

yes!
in torchvision master branch, its updated.

So should we just ignore it?