diff --git a/torchchat/cli/builder.py b/torchchat/cli/builder.py index 7a0f761a5..a39a2ed95 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, AOTI PACKAGE or PTE path" + "need to specify a valid checkpoint path, checkpoint dir, gguf path, DSO path, AOTI PACKAGE or PTE path" ) if self.aoti_package_path and self.pte_path: