Hacker News new | ask | show | jobs
by p1esk 2404 days ago
Ok, but what if you want to run the same code on multiple remote machines (e.g. launch several deep learning simulations)?
1 comments

At Google you run it on Borg. At companies which have non-trivial on-prem compute you'll probably find k8s being used for cluster management nowadays, same idea. Without cluster management you'll have to copy it to the remote machine (and set up deps there)
Ok, so it seems like Pycharm is still the only tool which can do that
... you're using pycharm as a cluster management tool? I'm not sure if I'm impressed or horrified :P
Not a cluster, just three independent GPU servers. Each one has a remote interpreter configured in Pycharm.