Skip to content

Commit 654dbec

Browse files
author
vmpuri
committed
Cleanup
1 parent 2e722ba commit 654dbec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

install/install_requirements.sh

-2
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ fi
106106
set -x
107107
$PIP_EXECUTABLE install evaluate=="0.4.3" lm-eval=="0.4.2" psutil=="6.0.0"
108108
)
109-
110-
export HF_HUB_ENABLE_HF_TRANSFER=1

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-
f"need to specified a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path {self.checkpoint_path}"
77+
f"{self.checkpoint_path} is not a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path"
7878
)
7979

8080
if self.dso_path and self.pte_path:

0 commit comments

Comments
 (0)