meta-llama / llama-models

Utilities intended for use with Llama models.
Other
4.96k stars 853 forks source link

Create download.bat for Windows users #99

Closed dh1011 closed 3 months ago

dh1011 commented 3 months ago

Add download.bat for Windows users

This pull request adds a new file download.bat to make the download process easier for Windows users. The main changes are:

  1. Created a Windows batch script version of download.sh
  2. Replaced wget commands with PowerShell's Invoke-WebRequest

To use:

  1. Open Powershell
  2. Navigate to the folder containing download.bat
  3. Run the script by typing: download.bat

Please review and let me know if any changes are needed.

facebook-github-bot commented 3 months ago

Hi @leehua03f3!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

facebook-github-bot commented 3 months ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

dltn commented 3 months ago

Thanks for your contribution! We're replacing download.sh with a Python implementation (llama download) which is cross-platform & should perform better (https://github.com/meta-llama/llama-models/pull/105).