From f9d2524c162b295c6729b3325dc3832159237e3c Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:17:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Falied=E2=86=92Failed=20typo?= =?UTF-8?q?=20in=20print=20statement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- finetuning/sft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finetuning/sft.py b/finetuning/sft.py index c20b28dd..2fb936b5 100644 --- a/finetuning/sft.py +++ b/finetuning/sft.py @@ -102,7 +102,7 @@ def infer_ndocs(cmd: list[str], autoaccept_iters: bool = True) -> int: print("zzz") time.sleep(1) # to wait for the closure of the port :6000 if n_docs is None: - print("Falied to infer the number of documents, look at log above") + print("Failed to infer the number of documents, look at log above") return int(input("Now enter number of documents manually: ")) print("Number of documents inferred:", n_docs) if autoaccept_iters or input(f"Accept {n_docs} documents? (y/n) ") != "n":