AttributeError: module 'torch.nn.functional' has no attribute 'normalize'

I’m getting this error which doesn’t make any sense because normalize() is mentioned in the docs http://pytorch.org/docs/master/nn.html#torch.nn.functional.normalize

Are you on master? Last I checked it wasn’t in the conda release.

I am on master, torch.__version__ gives me 0.2.0+2676c63