diff --git a/src/petals/__init__.py b/src/petals/__init__.py index 7a39b49..b50b251 100644 --- a/src/petals/__init__.py +++ b/src/petals/__init__.py @@ -5,7 +5,7 @@ import hivemind from petals.client import * from petals.utils.logging import initialize_logs as _initialize_logs -__version__ = "1.1.4" +__version__ = "1.1.5" def _override_bfloat16_mode_default():