Sessions
Session & SessionManager
Session: Stateful Interaction with a Peer Node
Session: Stateful Interaction with a Peer Nodesession = Session(remote_manager, authorizer)
async for tensor in session.run_protocol_task(prompt, tensor):
# use streamed inference outputSessionManager: Lightweight Factory
SessionManager: Lightweight Factory🔐 Built-in Features
Feature
Session
SessionManager
Summary
Class
Purpose
Last updated