Some packages that I install – which I assume contain nothing but code – are tens or even hundreds of MB. For example, I recently installed pytorch and the size of the binary was 428 MB.
How can there possible be that much code?
Some packages that I install – which I assume contain nothing but code – are tens or even hundreds of MB. For example, I recently installed pytorch and the size of the binary was 428 MB.
How can there possible be that much code?
Looks like it's probably due to large .SO files that support multiple GPU architectures. If you want to skinny down the size, you could compile it yourself. https://github.com/pytorch/pytorch/issues/15591