Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Limour
/
llama-python-streamingllm
like
1
Runtime error
App
Files
Files
Community
5827f97
llama-python-streamingllm
/
mods
/
btn_status_bar.py
Limour
Upload 3 files
6481b74
verified
9 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
def
init
(
cfg
):
chat_template = cfg[
'chat_template'
]
model = cfg[
'model'
]
lock = cfg[
'session_lock'
]