Skip to content

Commit

Permalink
fix(ingest): update script label (#1770)
Browse files Browse the repository at this point in the history
huggingface -> Hugging Face
  • Loading branch information
eltociear authored and imartinez committed Mar 20, 2024
1 parent a2078f0 commit d9d8717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from private_gpt.settings.settings import settings

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

0 comments on commit d9d8717

Please sign in to comment.