mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-09 13:55:27 +00:00
🚑️: back transformer.py bugs version, and fix typo error in local_chat.py
This commit is contained in:
parent
dd1d8667f3
commit
7c94df4bcf
2 changed files with 19 additions and 7 deletions
|
@ -91,7 +91,7 @@ def local_chat():
|
|||
generated = asyncio.run(async_inference(messages))
|
||||
his_content += [
|
||||
{"role": "user", "content": content},
|
||||
{"role": "assitant", "content": generated},
|
||||
{"role": "assistant", "content": generated},
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue