Spaces:
Runtime error
Runtime error
File size: 111 Bytes
6481b74 |
1 2 3 4 |
def init(cfg):
chat_template = cfg['chat_template']
model = cfg['model']
lock = cfg['session_lock'] |