From cee3835ef2a4400810acf3422bef75eecc16d2bc Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:18:02 -0800 Subject: [PATCH] Update builder.py Fix English usage --- torchchat/cli/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchchat/cli/builder.py b/torchchat/cli/builder.py index f67cb9d0a..0e0085bba 100644 --- a/torchchat/cli/builder.py +++ b/torchchat/cli/builder.py @@ -74,7 +74,7 @@ def __post_init__(self): or (self.pte_path and Path(self.pte_path).is_file()) ): raise RuntimeError( - "need to specified a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path" + "need to specify a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path" ) if self.aoti_package_path and self.pte_path: