Settings

Theme

Ask HN: Best Cloud GPU Platform?

9 points by catasaurus 2 years ago · 7 comments · 1 min read


Many options exist, but I have been annoyed with how finicky some can be. All I need is a well-priced cloud GPU platform, with a good command-line utility like fly.io

Would be cool if I could just use said tool to say send a Python file, and include something like a poetry pyproject.toml to set up the environment + info about what type of server I want it to run on (GPU, etc), and just have it run the file on their servers and send the output back to the command line tool + have cloud storage that the programs can output files too (like model weights).

latchkey 2 years ago

As someone in the process of building a bare metal GPU CSP (cloud service provider), this is interesting and I'm listening.

Thing is though, what you're asking for is really something you can build yourself. Rent a bare metal server full of GPUs and do whatever you want.

You're the first person I've heard ask for something like this. Most people ask for fewer APIs and want to be closer to bare metal. They want more control over things, not less.

Can you explain what you mean by finicky?

  • catasaurusOP 2 years ago

    Yeah, I understand that it is something that can be done fairly easily but I am too lazy to do so at the moment (lol). By finicky I mean like usually kind of buggy and hard-to-use web interfaces to set up some weird Jupyter Notebook that they run or SSH (hard-to-use as in something like AWS Sagemaker). I understand the use of these things but I just want to be able to use my own development environment to do everything I need to do and then send some code over to run. Preferably the pricing would be kind of serverless, just paying for the time of the compute used to run the programs that are run, not just paying for the reserved server to sit there.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection