Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flash/apps/build-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you haven't already, we recommend starting with the [Quickstart](/flash/quick

- You've [created a Runpod account](/get-started/manage-accounts).
- You've [created a Runpod API key](/get-started/api-keys).
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds Python 3.13 support to the Flash SDK.

Source: runpod/flash#338


## Step 1: Initialize a new project

Expand Down
2 changes: 1 addition & 1 deletion flash/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Flash requires a Runpod account with a verified email address.
### Install Flash

<Note>
Flash requires [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) and runs natively on macOS and Linux. Windows users can run Flash through [WSL2](/flash/windows-wsl2). Python 3.13 support is coming soon.
Flash requires [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) and runs natively on macOS and Linux. Windows users can run Flash through [WSL2](/flash/windows-wsl2).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds "3.13" to SUPPORTED_PYTHON_VERSIONS in core/resources/constants.py and updates pyproject.toml to allow >=3.10,<3.14.

Source: runpod/flash#338

</Note>

Install Flash using `pip` or `uv`:
Expand Down
2 changes: 1 addition & 1 deletion flash/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This quickstart gets you running GPU workloads on Runpod in minutes. You'll exec

- [Runpod account](/get-started/manage-accounts) with a verified email address.
- [An API key](/get-started/api-keys) with **All** access permissions to your Runpod account.
- [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/) installed. Python 3.13 support is coming soon.
- [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/) installed.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds Python 3.13 support to the Flash SDK.

Source: runpod/flash#338

- [uv](https://docs.astral.sh/uv/) installed.

## Step 1: Install Flash
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flash/build-rest-api-with-load-balancer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This tutorial shows you how to build a REST API using Flash load-balanced endpoi

- You've [created a Runpod account](/get-started/manage-accounts)
- You've [created a Runpod API key](/get-started/api-keys)
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds Python 3.13 support to the Flash SDK.

Source: runpod/flash#338

- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics

## What you'll build
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flash/image-generation-with-sdxl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This tutorial shows you how to build an image generation script using Flash and

- You've [created a Runpod account](/get-started/manage-accounts).
- You've [created a Runpod API key](/get-started/api-keys).
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds Python 3.13 support to the Flash SDK.

Source: runpod/flash#338

- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics.

## What you'll build
Expand Down
2 changes: 1 addition & 1 deletion tutorials/flash/text-generation-with-transformers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This tutorial shows you how to build a text generation script using Flash and Hu

- You've [created a Runpod account](/get-started/manage-accounts).
- You've [created a Runpod API key](/get-started/api-keys).
- You've installed [Python 3.10, 3.11, or 3.12](https://www.python.org/downloads/). Python 3.13 support is coming soon.
- You've installed [Python 3.10, 3.11, 3.12, or 3.13](https://www.python.org/downloads/).
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated Python version list to include 3.13 because PR #338 adds Python 3.13 support to the Flash SDK.

Source: runpod/flash#338

- You've completed the [Flash quickstart](/flash/quickstart) or are familiar with Flash basics.

## What you'll build
Expand Down
Loading