Pytorch older version naming

The cp27m and cp27mu define which version of python this wheel is for. In that case, CPython 2.7 with some specific compile arguments.
If i’m not mistaken, the m is when it has pymalloc. And the u is when you have wide unicodes.

1 Like