Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ if __name__ == "__main__":
Now run the server anywhere (local or cloud) via the command-line.

```bash
# run locally (self host anywhere)
lightning serve api server.py
# deploy to the cloud of your choice via Lightning AI (serverless, autoscaling, etc.)
lightning serve server.py

# Or deploy to the cloud of your choice via Lightning AI (serverless, autoscaling, etc.)
lightning serve api server.py --cloud
# Or run locally (self host anywhere)
lightning serve server.py --local
```
Learn more about managed hosting on [Lightning AI](#hosting-options).

Expand Down
Loading