Skip to content

Commit e219160

Browse files
authored
Revise help message for model_joblib
1 parent 1b0d4dc commit e219160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phiembed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def write_results(id, scores, output_dir):
7575
parser.add_argument(
7676
"--model",
7777
required=True,
78-
help="Path to the trained model (recognized format: joblib, framework: scikit-learn)",
78+
help="Path to the trained model (recognized format: joblib or compressed joblib, framework: scikit-learn)",
7979
)
8080

8181
parser.add_argument(

0 commit comments

Comments
 (0)