Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add wget option in download #33379

Merged
merged 6 commits into from
Jun 10, 2021
Merged

Conversation

lyuwenyu
Copy link
Contributor

@lyuwenyu lyuwenyu commented Jun 7, 2021

PR types

New features

PR changes

Others

Describe

  • add wget option in download

@paddle-bot-old
Copy link

paddle-bot-old bot commented Jun 7, 2021

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@@ -121,7 +122,8 @@ def get_path_from_url(url,
root_dir,
md5sum=None,
check_exist=True,
decompress=True):
decompress=True,
method='get'):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comments for decompress and method. Add candidates for method

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@heavengate heavengate merged commit f89a7b5 into PaddlePaddle:develop Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants