Created
October 18, 2024 01:18
code_1
This file contains 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
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