-
Notifications
You must be signed in to change notification settings - Fork 39
docs: Add Python 3.13 to Flash SDK requirements #645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated Python version list to include 3.13 because PR #338 adds Source: runpod/flash#338 |
||
| </Note> | ||
|
|
||
| Install Flash using `pip` or `uv`: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
|
||
There was a problem hiding this comment.
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