Skip to content

Instantly share code, notes, and snippets.

@simon-mo
Created December 14, 2022 07:32
Show Gist options
  • Save simon-mo/b6c848714231a9f0013a9766ca2e4069 to your computer and use it in GitHub Desktop.
Save simon-mo/b6c848714231a9f0013a9766ca2e4069 to your computer and use it in GitHub Desktop.
from ray import serve
@serve.deployment
def app():
return "hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment