Created
December 14, 2022 07:32
-
-
Save simon-mo/b6c848714231a9f0013a9766ca2e4069 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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