Viewing profile — donnygreenberg
donnygreenberg
HN member- Joined
- Thu, Apr 28, 2022, 6:02 AM UTC
- HN karma
- 56
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About donnygreenberg
No profile information was provided.
Recent public activity
-
comment
Comment #45800444
Hi HN, AI/ML is a vertically integrated field. Frameworks and methods that integrate deeply down the stack win. Despite this, most open-source ML libraries and frameworks do not in…
- story
-
comment
Comment #41238808
If you want a PyTorch-like experience on your own GPUs (either static or cloud), see https://github.com/run-house/runhouse
-
comment
Comment #39918750
Would be nice if this came with scripts which could launch the examples on compatible GPUs on cloud providers (rather than trying to guess?). Would anyone else be interested in tha…
- story
-
comment
Comment #38523971
Neat idea and elegant execution. The vibe I'm getting from the README is that I'd want to reach for this as a Python dev (over Streamlit or Gradio) if I already have a FastAPI app …
-
comment
Comment #37780308
Yes! It's natively supported in the cluster object. You can specify rh.cluster(name="my-a10", instance_type="A10:1", provider="aws"), and gcp, azure, and lambda labs are also suppo…
- story
-
comment
Comment #36616337
Good catch - this is actually only for functions defined inside interactive Notebook or iPython environments, and we do have an option to bypass it (which serializes the function a…
-
comment
Comment #36530520
Yes, we work pretty closely with them and they're lovely. Everyone should try SkyPilot.
-
comment
Comment #36530253
Good question. We actually use Ray to handle a bunch of the scheduling within the compute, but largely see our role as outside the compute. Meaning, Ray provides a powerful DSL for…
-
comment
Comment #36530222
No, I know of CentML but don't deeply know the surface of hardware they compile for. I'm enthusiastic about projects like this and others which integrate with PyTorch 2.0. Flexible…
-
comment
Comment #36530207
Excellent! Don't hesitate to reach out (donny at run dot house) if you want to chat about adopting our approach or using Runhouse.
-
comment
Comment #36529785
It's a great point. The funny thing is that the rest of the world just has dev, QA, and prod staging and canaries, while ML has "the 6 months it takes to translate from notebook to…
-
comment
Comment #36529639
That's a good question. I actually love the Mojo concept, but see it as very different. They're creating a portable acceleration option in Python proper, while we're trying to make…
-
comment
Comment #36529595
Hi! That's awesome to hear, and very aligned with the devx we're going for. How was your system received? In fact we totally agree and are not cloudpickling the function because of…
- story
- story
- story
-
comment
Comment #33965712
I've been using SkyPilot for 3 months within an ML platform project and it is exactly as awesome as it sounds. The overall experience for launching and managing compute is thoughtf…