test descriptions
This commit is contained in:
@@ -9,6 +9,7 @@ from meshnet_gateway.server import GatewayServer
|
||||
|
||||
def test_two_node_activation_pipeline():
|
||||
# Node A owns layers 0-15 (first shard, not last — returns activations).
|
||||
"Two node activation pipeline\n\nTags: inference, integration, node, startup"
|
||||
node_a = StubNodeServer(shard_start=0, shard_end=15, is_last_shard=False)
|
||||
port_a = node_a.start()
|
||||
|
||||
@@ -65,6 +66,7 @@ def test_two_node_activation_pipeline():
|
||||
|
||||
|
||||
def test_binary_activation_pipeline_chunks_512_token_prefill():
|
||||
"Binary activation pipeline chunks 512 token prefill\n\nTags: inference, integration, node, startup"
|
||||
node_a = StubNodeServer(shard_start=0, shard_end=15, is_last_shard=False)
|
||||
port_a = node_a.start()
|
||||
node_b = StubNodeServer(shard_start=16, shard_end=31, is_last_shard=True)
|
||||
|
||||
Reference in New Issue
Block a user