TorchStudio / torchstudio

IDE for PyTorch and its ecosystem
https://torchstudio.ai
MIT License
378 stars 27 forks source link

Can I just install the GUI without adding torch to my local environment? #48

Closed agungshiro closed 1 year ago

agungshiro commented 1 year ago

I just want to connect and work with my remote server, and I don't want to install the whole pytorch to my local computer due to the space (size) issue. Can I just install the GUI without adding pytorch to my local environment? Thank you

divideconcept commented 1 year ago

You'll still need to install PyTorch locally to build models and other tasks for instance. I suggest you either install PyTorch without CUDA (5GB instead of 16GB) or select an already existing PyTorch environment on your computer.

agungshiro commented 1 year ago

Ok. Thanks for your answer