nowfound

Alternatives

Products that do what Lupine does

Attach GPU's to CPU-only machines on demand

  1. 1
    crunr 106

    Launch and run any compute job on AWS with 1 command

    May 2026

  2. 2

    The easiest way to use cloud GPUs

    2025

  3. 3AS
  4. 4

    GPU service with GPU core and memory resources used billing

    2025

  5. 5

    Your AI, fully offline with Zero data collection & 100% free

    May 2026

  6. 6

    Run AI jobs from your IDE with a one-click workflow

    Mar 2026

  7. 7

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

    Oct 2025

  8. 8
    Forge CLI107

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

    Jan 2026

  9. 9
    GPU.LAND126

    Affordable cloud GPUs for deep learning

    2021

  10. 10SS

    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

  11. 11

    Jupyter notebooks you can run on free cloud GPUs

    2019

  12. 12
    TorchTPU106

    Running PyTorch Natively on TPUs at Google Scale

    Apr 2026

  13. 13

    Track AI CLI spending across Claude, Codex & Gemini in 40ms

    Feb 2026

  14. 14

    Turn idle GPUs into cash. Get affordable AI for everyone.

    Nov 2025

  15. 15RP

    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

  16. 16RS

    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

  17. 17

    gpu share, free, runsnack

    27d ago · runsnack.com

  18. 18IE

    Quick note on how it works and how I've done my batch embedding engine IgniteMS. The whole thing runs as one process using Rust, reading input, tokenizing, packing batches, keeping the queue full. TensorRT handles inference. Python is only as a wrapper. I built it this way because when you use more than couple of GPUs, the GPUs stop being the problem. CPU cannot feed them fast enough. One A100 can go through batches faster than Python can tokenize and feed, so the GPU just sits there idle waiting for work. Most of my time went into optimizing this. At 8 GPUs that was basically the entire…

    Jun 2026 · github.com

  19. 19ZA
  20. 20GP

    Out of curiosity, I put together a simple website which tracks the prices for a few variations of A100/H100 GPUs by hour broken out between spot/ondemand, form factor and provider. Specifically I was tailoring the tool towards the smaller, emerging providers like runpod, gpulist.ai, lambda labs etc. Anyone have any ideas to expand/refine it?

    2024 · computeindex.michaelgiba.com

  21. 21LL

    After the incredible response to our launch of the first online CUDA playground, we have just shipped something we think all you GPU programming and ML enthusiasts will love. Introducing LeetGPU Challenges--the place to compete on writing the fastest CUDA kernels. We have problems like matrix multiplication, agent simulation, multi-head self-attention, with more dropping every couple of days! We have a lot of really cool things coming up, including support for PyTorch, TensorFlow, JAX, TinyGrad; Multi-GPU programs; H100, V100, A100 GPU options Give it a try and let us know what you think!

    2025 · leetgpu.com

  22. 22

    Hi everyone, Please checkout compute.cx which is a simple cli interface for using on demand GPUs from RunPod and HotAisle. I created this because I really like the ease of modal.com for severless gpu access, but don’t always want to pay their markup. Compute.cx gives the same DX but on public on-demand GPUs like runpod and hotaisie. Please try it out, and write to me [email protected] for any questions/suggestions, or file a bug report on https://github.com/theoriclabs/docs.compute.cx Thanks! Harsh Gupta https://x.com/hargup13 P.S. BYOK AWS, GCP and…

    16d ago · compute.cx

  23. 23RA

    We built RapidFire AI, an open-source Python tool to speed up LLM fine-tuning and post-training with a powerful level of control not found in most tools: Stop, resume, clone-modify and warm-start configs on the fly—so you can branch experiments while they’re running instead of starting from scratch or running one after another. - Works within your OSS stack: PyTorch, HuggingFace TRL/PEFT), MLflow. - Hyperparallel search: launch as many configs as you want together, even on a single GPU - Dynamic real-time control: stop laggards, resume them later to revisit, branch promising configs in…

    Sep 2025 · github.com

  24. 24AL

Ranked by how close each launch is in meaning, then by votes. Refine with a description →