Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Limour/llama-python-streamingllm
NLPark
/
llama-python-streamingllm
like
0
Runtime error
App
Files
Files
Community
6481b74
llama-python-streamingllm
/
mods
/
btn_status_bar.py
Limour
Upload 3 files
6481b74
verified
10 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'
]