CLIP
CLIP copied to clipboard
Fixed the problem with torch.jit.script
Because of the LayerNorm implementation, we cannot convert the plain model to a jit script. This PR fixes that.