We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc2cfb commit 8dccc5aCopy full SHA for 8dccc5a
torchchat/cli/builder.py
@@ -74,7 +74,7 @@ def __post_init__(self):
74
or (self.pte_path and Path(self.pte_path).is_file())
75
):
76
raise RuntimeError(
77
- "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"
78
)
79
80
if self.aoti_package_path and self.pte_path:
0 commit comments