Pytorch memory allocation upon import

When importing pytorch, arround 1gb of memory seems to be allocated in Windows, regardless of which part of pytorch you are importing and regardless of weather or not the function is used. Is that expected behaviour?

I have a couple of child processes which need access to tensors, and each one requiering an additional gb of memory is an issue for me.