chore: Update setup

huggingface -> Hugging Face
This commit is contained in:
Ikko Eltociear Ashimine
2024-03-20 23:01:01 +09:00
committed by GitHub
parent 572518143a
commit 24da6ecbbb

View File

@@ -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