TorchStudio / torchstudio

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

can't open multiple torchstudio IDE in same time #65

Closed alan0526 closed 6 months ago

alan0526 commented 6 months ago

I Install TorchStudio in a server, I want to open seperate IDE from different clients, it seems there is some code to prevent the IDE open again

divideconcept commented 6 months ago

this is indeed by design, but I've added a new command line option in 0.9.17, --instance to launch separate, independent instances: https://github.com/TorchStudio/torchstudio/releases/tag/0.9.17