Преглед изворни кода

Update src/client/remote_sequential.py

Co-authored-by: Alexander Borzunov <hxrussia@gmail.com>
justheuristic пре 3 година
родитељ
комит
ae971adf14
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/client/remote_sequential.py

+ 5 - 1
src/client/remote_sequential.py

@@ -89,7 +89,11 @@ class RemoteSequential(nn.Module):
 
 
 class RemoteTransformerBlock(RemoteSequential):
-    """Single transformer block hosted by swarm"""
+    """Single transformer block hosted by swarm
+    
+    This class is deprecated and kept for backward compatibility.
+    It will be removed soon in favor of using ``RemoteSequential`` directly.
+    """
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)