mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
Update runner.py
Former-commit-id: d7309deae46cfcdeeee79f54736df9b7e93b79ce
This commit is contained in:
parent
0f7cdac207
commit
49c90044ce
@ -26,7 +26,7 @@ class Runner:
|
||||
self.running = False
|
||||
|
||||
def initialize(
|
||||
self, lang: str, model_name: str, dataset: list
|
||||
self, lang: str, model_name: str, dataset: List[str]
|
||||
) -> Tuple[str, str, LoggerHandler, LogCallback]:
|
||||
if self.running:
|
||||
return None, ALERTS["err_conflict"][lang], None, None
|
||||
|
Loading…
x
Reference in New Issue
Block a user