Skip to content

Commit d9d8717

Browse files
eltociearimartinez
authored andcommitted
fix(ingest): update script label (#1770)
huggingface -> Hugging Face
1 parent a2078f0 commit d9d8717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from private_gpt.settings.settings import settings
1010

1111
resume_download = True
1212
if __name__ == '__main__':
13-
parser = argparse.ArgumentParser(prog='Setup: Download models from huggingface')
13+
parser = argparse.ArgumentParser(prog='Setup: Download models from Hugging Face')
1414
parser.add_argument('--resume', default=True, action=argparse.BooleanOptionalAction, help='Enable/Disable resume_download options to restart the download progress interrupted')
1515
args = parser.parse_args()
1616
resume_download = args.resume

0 commit comments

Comments
 (0)