mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-01-11 16:40:34 +08:00
update api and support abort eval in webui
This commit is contained in:
@@ -98,7 +98,7 @@ class ChatModel:
|
||||
return await self.engine.get_scores(batch_input, **input_kwargs)
|
||||
|
||||
|
||||
def run_chat():
|
||||
def run_chat() -> None:
|
||||
try:
|
||||
import platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user