Skip to content

Instantly share code, notes, and snippets.

@edoakes
Last active August 25, 2021 19:03
Show Gist options
  • Save edoakes/3a47a6b77692fd9b3d378ceff29a39a0 to your computer and use it in GitHub Desktop.
Save edoakes/3a47a6b77692fd9b3d378ceff29a39a0 to your computer and use it in GitHub Desktop.
import ray
from ray import serve
ray.init(address='auto', namespace="serve-example", ignore_reinit_error=True)
serve.start(detached=True)
SentimentDeployment.deploy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment