Skip to content

Commit

Permalink
add cta
Browse files Browse the repository at this point in the history
  • Loading branch information
katieschilling committed Dec 2, 2024
1 parent cf40c94 commit 34ffa3a
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions blog/2024-12-05-case-study-beam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ authors: [ks]
tags: [object storage, s3, ai, case study]
---

import InlineCta from "@site/src/components/InlineCta"; import PullQuote from
"@site/src/components/PullQuote";

# How Beam runs GPUs anywhere

Where do you go when you need a completely custom, 7+ billion parameter model
Expand All @@ -34,8 +37,16 @@ minimal configuration. Adding a simple decorator function alongside your code
gets you GPUs-as-a-service. And it’s cheaper than running your own persistent
GPU by an order of magnitude in most cases.

<span align="center">![Tigris tiger watching a beam from a ground satellite, generated by FLUX](beam.png)</span>
![Tigris tiger watching a beam from a ground satellite. Image generated with Flux [dev] from Black Forest Labs on fal.ai](./beam.png)

<center>
<small>
<em>
Tigris tiger watching a beam from a ground satellite. Image generated with Flux [dev] from Black Forest
Labs on fal.ai.
</em>
</small>
</center>
<!-- truncate -->

## Fast iteration loops for hyper productive developers
Expand Down Expand Up @@ -66,9 +77,9 @@ expensive GPU minutes, and egress costs across clouds.

The challenge? Beam’s serverless GPU platform ran largely on one cloud, and they
needed a cost-efficient way to more flexibly spread their compute across many
clouds. All while offering consistent developer experience: \<10s cold starts, as
fast as 50ms warm starts, and limitless horizontal scale. Luke Lombardi, CTO &
Co-Founder of Beam, shares, “We’re a distributed GPU cloud: one of the core
clouds. All while offering consistent developer experience: \<10s cold starts,
as fast as 50ms warm starts, and limitless horizontal scale. Luke Lombardi, CTO
& Co-Founder of Beam, shares, “We’re a distributed GPU cloud: one of the core
things we need is cross region consistency. We don’t need to think about when we
move to another region. It’s critical that everything is just there and the
latency is predictable.”
Expand Down Expand Up @@ -131,3 +142,6 @@ troubleshooting intermittent 500s or hunting down unexpected bottlenecks.
Storage should just work :tm: and be consistent across clouds. He said, “I felt
much more comfortable knowing that we’re using a product where the team just
does object storage all day.”

<InlineCta title={"Want to try it out?"} subtitle={"Make a global bucket with no
egress fees"} button={"Get Started"} />

0 comments on commit 34ffa3a

Please sign in to comment.