Skip to content

Commit 8dccc5a

Browse files
mikekgfbJack-Khuu
andauthored
Fix typo in RuntimeException in builder.py (#1386)
Fix English usage Co-authored-by: Jack-Khuu <[email protected]>
1 parent edc2cfb commit 8dccc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/cli/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __post_init__(self):
7474
or (self.pte_path and Path(self.pte_path).is_file())
7575
):
7676
raise RuntimeError(
77-
"need to specified a valid checkpoint path, checkpoint dir, gguf path, DSO path, AOTI PACKAGE or PTE path"
77+
"need to specify a valid checkpoint path, checkpoint dir, gguf path, DSO path, AOTI PACKAGE or PTE path"
7878
)
7979

8080
if self.aoti_package_path and self.pte_path:

0 commit comments

Comments
 (0)