I need to install Pytorch on a computer with no internet connection.
I've tried finding information about this online but can't find a single piece of documentation.
Do you know how I can do this? Is it even possible?
An easy way with pip:
pip download torch using the connected computer. You'll get the pytorch package and all its dependencies.pip install * on the offline computer, in the copied folder. This installs all the packages in the correct order. You can then use pytorch.Note that this works for (almost) any kind of python package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With