nowfound

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.

  1. 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. 2
    Forge CLI107

    Swarm agents optimize CUDA/Triton for any HF/PyTorch model

    Jan 2026

  3. 3

    Claude Code for CUDA, an open-source AI CLI for GPU devs

    Oct 2025

  4. 4VA

    2021 · arccompute.com

  5. 5

    GPU service with GPU core and memory resources used billing

    2025

  6. 6

    AI code editor for GPU development

    Nov 2025

  7. 7MD

    2012 · sourceforge.net

  8. 8
    GPU.LAND126

    Affordable cloud GPUs for deep learning

    2021

  9. 9
    RightNow197

    AI code editor for GPU kernel development

    Dec 2025

  10. 10

    The easiest way to use cloud GPUs

    2025

  11. 11AS
  12. 12
    TorchTPU106

    Running PyTorch Natively on TPUs at Google Scale

    Apr 2026

  13. 13AS

    2020 · nosferalatu.com

  14. 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

  15. 15TF

    2015 · github.com

  16. 16

    Swarm Agents That Turn Slow PyTorch Into Fast GPU Kernels

    Jan 2026

  17. 17AM
  18. 18
    crunr 106

    Launch and run any compute job on AWS with 1 command

    May 2026

  19. 19GB

    2016 · paperspace.com

  20. 20AL
  21. 21DG
  22. 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

  23. 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

  24. 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 →