Skip to content

Update download.sh #1125

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

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Update download.sh #1125

merged 1 commit into from
Jul 23, 2024

Conversation

hyungupark
Copy link
Contributor

modify for CPU_ARCH not found

modify for CPU_ARCH not found
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 15, 2024
@GDemay
Copy link

GDemay commented Jul 12, 2024

Could you link to the issue? Thanks

@hyungupark
Copy link
Contributor Author

hyungupark commented Jul 16, 2024

this pull request fixes #1140

@samuelselvan samuelselvan merged commit 227d378 into meta-llama:main Jul 23, 2024
Copy link

@Kaktrollet Kaktrollet left a comment

Choose a reason for hiding this comment

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

C

@@ -62,9 +62,10 @@ do
wget --continue ${PRESIGNED_URL/'*'/"${MODEL_PATH}/params.json"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/params.json"
wget --continue ${PRESIGNED_URL/'*'/"${MODEL_PATH}/checklist.chk"} -O ${TARGET_FOLDER}"/${MODEL_PATH}/checklist.chk"
echo "Checking checksums"
if [ "$CPU_ARCH" = "arm64" ]; then
CPU_ARCH=$(uname -m)

Choose a reason for hiding this comment

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

Why is this necessary? CPU_ARCH=$(uname -m) was set on line 25 once already.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, I didn't see it, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants