Skip to content

Commit 2faa552

Browse files
authored
Remove GPU mentions due to impending deprecation (#2362)
* Remove GPU mentions due to impending deprecation * unpublish pages with gpu content and edit index
1 parent dc492fb commit 2faa552

18 files changed

Lines changed: 16 additions & 50 deletions

about/billing.html.markerb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ For example, a Machine described in your dashboard as having 1GB of rootfs stopp
4646

4747
---
4848

49-
## GPU billing
50-
51-
GPUs are billed per second that the attached Fly Machine is running (the time they spend in the `started` state), based on the per hour cost of the GPU card. Learn more about [pricing for GPUs](/docs/about/pricing/#gpus-and-fly-machines).
52-
53-
You're also billed for the Fly Machine separately from the GPU.
54-
55-
---
56-
5749
## Volume billing
5850

5951
Volume billing is pro-rated to the hour and we subtract the free allowances first for the Launch, Scale, and Enterprise plans (all of which are now discontinued for new customers). For details, see [Volume pricing](/docs/about/pricing/#persistent-storage-volumes).

about/free-trial.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ These are **not included** in the free trial:
3030

3131
- Dedicated IPv4 addresses
3232
- Access to performance-optimized vCPUs
33-
- GPU machines
33+
- GPU machines (To be deprecated as of 08/01/26)
3434

3535
<div class="callout">You can add a credit card from the dashboard at any time during the trial. This lifts the resource limits and keeps your apps running without interruption. **Note: adding a card ends the free trial** and your usage starts counting toward your bill from that point on.</div>
3636

about/support.html.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Here are some things to include in your ticket:
9393
<h3 class="font-bold mb-4">Supported Products</h3>
9494
<ul class="space-y-2">
9595
<li>**Networking**</li>
96-
<li>**Machines** (including GPUs)</li>
96+
<li>**Machines**</li>
97+
<li>**GPU Machines**-GPU support to end 08/01/26</li>
9798
<li>**Managed Postgres** (MPG)</li>
9899
<li>**Apps**</li>
99100
<li>**Launch/Deploy** (UI & CLI)</li>

apps/overview.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ From a developer point of view, a Fly App might be:
1919
* a fullstack application (or just part of one)
2020
* a database
2121
* a few Machines running tasks, or a bunch of Machines, all with different configs, doing things you want them to do
22-
* anything you can think of doing with fast-launching Machines, including [GPU Machines](/docs/gpus/) for AI/ML workloads
22+
* anything you can think of doing with fast-launching Machines
2323

2424
All the apps in your organization can communicate over a [private network](/docs/networking/private-networking/), so it’s also possible to have multiple apps working together as one system.
2525

blueprints/autostart-internal-apps.html.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,3 @@ Run `fly deploy` for the configuration changes to take effect.
115115

116116
Other apps in your organization can now reach your private app using the [Flycast](/docs/networking/flycast/) IP address or the `<appname>.flycast` domain.
117117

118-
## Related reading
119-
120-
We've talked about Flycast in some past blog posts:
121-
122-
- [Deploy Your Own (Not) Midjourney Bot on Fly GPUs](https://fly.io/blog/not-midjourney-bot/)
123-
- [Scaling Large Language Models to zero with Ollama](https://fly.io/blog/scaling-llm-ollama/)

blueprints/going-to-production-with-healthcare-apps.html.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ If the default region is not where you want to host your application, run `fly p
7474

7575
```bash
7676
fly platform regions
77-
NAME CODE GATEWAY GPUS CAPACITY LAUNCH PLAN+
77+
NAME CODE GATEWAY CAPACITY LAUNCH PLAN+
7878

7979
North America
80-
Ashburn, Virginia (US) iad ✓ 164
81-
Chicago, Illinois (US) ord ✓ 385
82-
Dallas, Texas (US) dfw ✓ 426
83-
Los Angeles, California (US) lax ✓ 635
84-
San Jose, California (US) sjc ✓ 2399
85-
Secaucus, NJ (US) ewr 233
86-
Toronto, Canada yyz ✓ 70
80+
Ashburn, Virginia (US) iad ✓ 164
81+
Chicago, Illinois (US) ord ✓ 385
82+
Dallas, Texas (US) dfw ✓ 426
83+
Los Angeles, California (US) lax ✓ 635
84+
San Jose, California (US) sjc ✓ 2399
85+
Secaucus, NJ (US) ewr 233
86+
Toronto, Canada yyz ✓ 70
8787
# ... Lots more regions...
8888
```
8989

deep-dive/launch-deep-dive.html.markerb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ Optional, but if you haven't yet dived in, details are provided for each runtime
6363

6464
---
6565

66-
**Next:** Add [OpenAI Whisper](../whisper/) speech recognition as a bonus.

deep-dive/whisper.html.markerb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Whisper
33
layout: docs
44
nav: demo
5+
published: false
56
order: 8
67
---
78

getting-started/essentials.html.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Learn more about [Fly Apps](/docs/apps/overview/).
5151

5252
**[Fly Apps](/docs/apps/):** The way Machines are grouped for admin and management on the Fly.io platform.
5353

54-
**[Fly GPUs](/docs/gpus/):** Machines, but with GPUs. They boot up with GPU drivers installed and you can run `nvidia-smi` right away.
55-
5654
**[Fly Launch](/docs/launch/):** Our orchestrator that includes some good stuff for app hosting, like the `fly launch` command to get started, `fly.toml` for configuration, the `fly deploy` command to deploy all your app's Machines into new versions/releases, and the `fly scale` command to scale Machines.
5755

5856
**[Fly Machines](/docs/machines/):** [Firecracker microVMs](https://firecracker-microvm.github.io/) that launch quickly in any [region supported by Fly.io](/docs/reference/regions/). A VM, or virtual machine, functions like a physical computer, but is software-based. Multiple VMs can run, completely isolated, on one physical host. If you've deployed an app on Fly.io, then it's running on Fly Machines. There’s a fast [REST API](/docs/machines/api/) to manage Machines, but you can also use flyctl&mdash;the Fly CLI&mdash;to manage everything from the command line. And then there’s Fly Launch, which combines flyctl commands with a shared config to manage your app’s Machines as a group.

getting-started/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get up and running on Fly.io:
1515

1616
- **[Launch hellofly demo app](/docs/getting-started/launch-demo):** Walk through installing the flyctl command-line tool and creating an account, then launch a simple "hellofly" demo app.
1717

18-
- **[Deep dive demo](/docs/deep-dive/):** get a fully-functioning app running in the first few minutes, explore how the pieces fit together, and even integrate AI functionality that makes use of GPUs
18+
- **[Deep dive demo](/docs/deep-dive/):** get a fully-functioning app running in the first few minutes and explore how the pieces fit together.
1919

2020
- **[Choose your language or framework](/docs/getting-started/get-started-by-framework/):** Get started on Fly.io with the tech _you_ love.
2121

0 commit comments

Comments
 (0)