Skip to content
Merged
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 get-started/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A pay-as-you-go compute solution designed for dynamic autoscaling in production

## [Flash](/flash/overview)

A framework for building distributed GPU applications using local Python scripts. Write functions with the `@remote` decorator, and Flash automatically executes them on Runpod's infrastructure.
A framework for building distributed GPU applications using local Python scripts. Write functions with the `@Endpoint` decorator, and Flash automatically executes them on Runpod's infrastructure.
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.

Citation: PR #223 introduces the unified Endpoint class that replaces the @remote decorator and 8 resource config classes. The PR description states: "Replaces 8 resource config classes (LiveServerless, CpuLiveServerless, etc.) and the @remote decorator with a single Endpoint class." Legacy classes and @remote now emit DeprecationWarning on import/use.
View source


## [Pod](/pods/overview)

Expand Down
Loading