Skip to content

Instantly share code, notes, and snippets.

@jbsabbagh
Created October 18, 2024 01:18
code_1
class MyModelHandler(ModelHandler):
...
def share_model_across_processes(self) -> bool:
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment