Ver código fonte

Remove warning about RemoteSequential being experimental

Aleksandr Borzunov 2 anos atrás
pai
commit
a16b78f019
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      src/client/remote_sequential.py

+ 0 - 1
src/client/remote_sequential.py

@@ -31,7 +31,6 @@ class RemoteSequential(nn.Module):
         p2p: Optional[P2P] = None,
         sequence_manager: Optional[RemoteSequenceManager] = None,
     ):
-        logger.warning(f"{self.__class__.__name__} is in active development; expect adventures")
         super().__init__()
         self.config = config
         self.dht = dht