Error while downloading Models using download.sh
hi, I am running download.sh in Windows 11Home OS on Git bash. I am getting scheme missing error.
Earlier I was getting wget and md5sum , which are resolved.
For scheme missing error this is how the error looks:
< : Scheme missing. Checking checksums md5sum: checklist.chk: no properly formatted MD5 checksum lines found Downloading llama-2-13b https://download.llamameta.net...............................FSLZ: Scheme missing. https://download.llamameta.net/llama-2-13b/consolidated.01.pth?Policy=
I tried with downloading 1 model and all models.
hi. can you tell me how to resolve the problem abort wget and md5sum in windows? thank you!
I installed wget. md5sum.exe was added in the same folder location.
Both are added to the PATH environment variable.
I'm getting the same error. Did you find how to fix it?
Resolved by, on WIN11:
Download wget.exe from "https://eternallybored.org/misc/wget/" and then unzip and wget.exe to the path (I just replaced my old wget.exe [run in bash terminal which wget]). and it started working
same error on Win10
For my case which wget gave the following response
which: no wget in (all paths mentioned..)
Just download the wget.exe from internet and place it one of the paths mentioned in which no wget message and add it to environmental paths. problem solved.
thank you very very much!
------------------ 原始邮件 ------------------ 发件人: "Deepak @.>; 发送时间: 2023年7月25日(星期二) 晚上8:22 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [facebookresearch/llama] Error while downloading Models using download.sh (Issue #438)
For my case which wget gave the following response which: no wget in (all paths mentioned..)
Just download the wget.exe from internet and place it one of the paths mentioned in which no wget message and add it to environmental paths. problem solved.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
@BhanuJoshi01 can you please update if you managed to address the issue? Facing the same when running download.sh even though running on Mac
Same Error on Linux. But i have to add bash download.sh it works for me, without bash i got same error.
I had the same error (Windows 10 using Git Bash) when pasting the URL using the mouse context menu. For me it works if the URL is pasted using Shift+Insert.
I had the same error (Windows 10 using Git Bash) when pasting the URL using the mouse context menu. For me it works if the URL is pasted using Shift+Insert.
This works. Thanks a lot.
I had the same error (Windows 10 using Git Bash) when pasting the URL using the mouse context menu. For me it works if the URL is pasted using Shift+Insert.
This works for win10!
2024년 2월 13일 (화) 오전 1:45, Tianxiao Wang @.***>님이 작성:
I had the same error (Windows 10 using Git Bash) when pasting the URL using the mouse context menu. For me it works if the URL is pasted using Shift+Insert.
This works for win10!
— Reply to this email directly, view it on GitHub https://github.com/facebookresearch/llama/issues/438#issuecomment-1939122407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXMY6HOLN6SY5SV4QB5ILMTYTJBJPAVCNFSM6AAAAAA2Q7KE4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZZGEZDENBQG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
--
I had the same error (Windows 10 using Git Bash) when pasting the URL using the mouse context menu. For me it works if the URL is pasted using Shift+Insert.
Thanks a lot