Alternatives
Products that do what Gpu.st – GPU over SSH does
Instantly create GPU instances over SSH. Instances boot a custom image with PyTorch, Jupyter, and the CUDA toolkit installed by default.
- 1RP
I integrated a remote GPU execution backend into PyTorch through the same system that custom hardware accelerators get integrated into PyTorch. You can create a remote machine and obtain its CUDA device whenever you want to create or move tensors onto the remote GPU. machine = mycelya_torch.RemoteMachine("modal", "A100") cuda_device = machine.device("cuda") x = torch.randn(1000, 1000, device=cuda_device) y = torch.randn(1000, 1000).to(cuda_device) I made it reasonably performant by having most operations dispatch asynchronously whenever possible. For cases where slow performance is…
Oct 2025 · github.com
- 2

- 3

- 4VA
2021 · arccompute.com
- 5

- 6

- 7MD
2012 · sourceforge.net
- 8

- 9

- 10

- 11AS
2019 · github.com
- 12

- 13AS
2020 · nosferalatu.com
- 14RS
Hi HN! I've been hacking on this side project for the last month or two with the goal of making it dead simple to use cloud GPUs. I ran into this problem personally during the phd, and built my own tooling around it. I always thought it'd be fun to try to turn that tooling into a more general product... and bitbop.io is the result! All you have to do is run `ssh bitbop.io`, and you get your own personal dev GPU workstation in the cloud. Looking forward to hearing your thoughts!
2024 · twitter.com
- 15TF
2015 · github.com
- 16

- 17AM
2017 · github.com
- 18

- 19GB
2016 · paperspace.com
- 20AL
2019 · dev.to
- 21DG
2016 · github.com
- 22SS
We'd like to introduce HN to Spell, which is a tool for easily running ML/DL jobs remotely. As Deep Learning has grown we see engineers and researchers struggle to incorporate running on GPUs into their workflow. So we built Spell to be the easiest way to get code running elsewhere - like the bash '&' operator but for remote machines. Sign up for an account at https://web.spell.run/waitlist, which includes $300 in credits for GPU time. There's a waitlist, but we'll be approving accounts as they come in. Here are some of the features we really wanted and built into Spell:…
2018
- 23PO
Our company Vertex.AI has been working on this for a while but this is the first public release. We're starting with using PlaidML to bring OpenCL support to Keras and more frameworks, platforms, etc are coming. Yes, this means you can use use your AMD GPU for deep learning dev. Sorry, no Mac or Windows support yet although the brave can try building from source (it should work). http://vertex.ai/blog/announcing-plaidml https://github.com/plaidml/plaidml
2017
- 24GR
I'm continuing to improve my RunsOn tool for launching self-hosted runners for GitHub Action on AWS, this time with support for any GPU-enabled instance type from EC2, and using the official Deep Learning AMIs as the runner image. Much cheaper than the official GitHub Actions runners, and accessible on any GitHub plan.
2024 · runs-on.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →