License Question

@smth, thank you so much for your response. My question is if I have a python file that I put “import torch” at the beginning is that considered pytorch’s binary or source files (just the import line)? I am wondering if it is reasonable to put a file like this up on github. I would not be including an source files from pytorch. Obviously, if I explicitly included either the binary form of pytorch or the pytorch source code in my repository I would need that license, but if I’m simply doing “import torch” is that considered distributing pytorch in source or binary form?

Thanks again for the help!