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

Anyone got approved? #38

Closed
jahaniam opened this issue Mar 1, 2023 · 35 comments
Closed

Anyone got approved? #38

jahaniam opened this issue Mar 1, 2023 · 35 comments
Labels
download-install Download and installation issues model-access issues and questions related to accessing the model, application form

Comments

@jahaniam
Copy link

jahaniam commented Mar 1, 2023

I requested a couple of days ago but haven't heard back. I was wondering if anyone was approved.

@HarrywillDr
Copy link

me too

@ankur6ue
Copy link

ankur6ue commented Mar 1, 2023

same here.. applied few days ago, no response. Odd..

@neuhaus
Copy link

neuhaus commented Mar 1, 2023

duplicate of #26

@Syzygianinfern0
Copy link

i just got approved

@dst111dst
Copy link

I just received email and got approved

@jwjoel
Copy link

jwjoel commented Mar 2, 2023

Just got approved

@vaibhavk97
Copy link

Created a tiny PR for fixing the download script issue if anyone is facing that.

@rajuptvs
Copy link

rajuptvs commented Mar 2, 2023

@vaibhavk97 any specific issue with download script, i just started the download, as of now it is downloading properly

@liujiaheng
Copy link

image
I have got the URL. But this URL is not worked

@arian81
Copy link

arian81 commented Mar 2, 2023

I've gotten access but the download script is not working. I tried the new script from the @vaibhavk97 pr but it still doesn't work.

@vaibhavk97
Copy link

What seems to be the issue? its working fine for me.

@Kashu7100
Copy link

@liujiaheng @arian81 You need to modify the "PRESIGNED_URL" and "TARGET_FOLDER" fields in download.sh

@dst111dst
Copy link

image I have got the URL. But this URL is not worked

maybe you could try to use the download.sh for for dowloading the model

@Deep1994
Copy link

Deep1994 commented Mar 2, 2023

image I have got the URL. But this URL is not worked

same error!

@arian81
Copy link

arian81 commented Mar 2, 2023

@dst111dst @Deep1994 you're suppose to use the script. The link sent to your email is just a base email, other parameters need to be added to it using the download script.

@arian81
Copy link

arian81 commented Mar 2, 2023

What seems to be the issue? its working fine for me.

Oh i figured it out it was an issue on my end while fixing my script. I hope they merge the fix soon.

@dst111dst
Copy link

@ankur6ue i just replaced the parameters in download.sh and it works.

截屏2023-03-02 上午10 53 54

@abdoelsayed2016
Copy link

set the url in the download.sh and also choose the target folder in linux use bash download.sh and in windows use git bash

@conceptofmind
Copy link

conceptofmind commented Mar 2, 2023

Weights are downloading fine for me as well.

Set the pre-signed URL in the bash script:

PRESIGNED_URL="""    #  Set your URL here

declare -A N_SHARD_DICT

N_SHARD_DICT["7B"]="0"
N_SHARD_DICT["13B"]="1"
N_SHARD_DICT["30B"]="3"
N_SHARD_DICT["65B"]="7"

echo "Downloading tokenizer"
wget ${PRESIGNED_URL/'*'/"tokenizer.model"} -O ${TARGET_FOLDER}"/tokenizer.model"
wget ${PRESIGNED_URL/'*'/"tokenizer_checklist.chk"} -O ${TARGET_FOLDER}"/tokenizer_checklist.chk"

(cd ${TARGET_FOLDER} && md5sum -c tokenizer_checklist.chk)

for i in ${MODEL_SIZE//,/ }
do
    echo "Downloading ${i}"
    mkdir -p ${TARGET_FOLDER}"/${i}"
    for s in $(seq -f "0%g" 0 ${N_SHARD_DICT[$i]})
    do
        wget ${PRESIGNED_URL/'*'/"${i}/consolidated.${s}.pth"} -O ${TARGET_FOLDER}"/${i}/consolidated.${s}.pth"
    done
    wget ${PRESIGNED_URL/'*'/"${i}/params.json"} -O ${TARGET_FOLDER}"/${i}/params.json"
    wget ${PRESIGNED_URL/'*'/"${i}/checklist.chk"} -O ${TARGET_FOLDER}"/${i}/checklist.chk"
    echo "Checking checksums"
    (cd ${TARGET_FOLDER}"/${i}" && md5sum -c checklist.chk)
done

Run

sudo bash download.sh

@ZurichRain
Copy link

Thanks a lot! I just got approved~

@Amadeus-AI
Copy link

just got approved

@mmsoby
Copy link

mmsoby commented Mar 2, 2023

Just got approved, download script worked as well, however I am stuck on running the example.py, getting an error

@wule1994
Copy link

wule1994 commented Mar 2, 2023

Just got approved!

@pauldog
Copy link

pauldog commented Mar 2, 2023

Haven't heard anything. Guess I didn't get approved then ☹ 😭😭😭😭😭

@jiaohuix
Copy link

jiaohuix commented Mar 2, 2023

I have got the URL. But this URL is not worked

use download.sh

@cedrickchee
Copy link

cedrickchee commented Mar 2, 2023

Just got approved. But running download.sh returned network errors. Failed to download weights. Strange 🤔

@andrewssobral
Copy link

Just got approved, downloaded weights successfully.
Screenshot 2023-03-02 at 11 40 39

@HarrywillDr
Copy link

update approved now

@pauldog
Copy link

pauldog commented Mar 2, 2023

Anyone approved without an .edu email address? This email is only for American universities?

@Winaung74
Copy link

Winaung74 commented Mar 3, 2023

I tried to update with the provided url by access team and filled up the target folder and run download.sh in terminal with conda by Mac Os. Many errors came up. Does anyone help me what commands should I use to download the weights successfully? Thanks.

@ChongWu-Biostat
Copy link

I applied a few weeks ago but did not get a response...

@neuhaus
Copy link

neuhaus commented Apr 11, 2023

@jahaniam i suggest you close this issue.

@jahaniam
Copy link
Author

@neuhaus I am still waiting for the approval!

@lmarcon
Copy link
Contributor

lmarcon commented Sep 5, 2023

@jahaniam do you still have problems with the approval?

@albertodepaola albertodepaola added download-install Download and installation issues model-access issues and questions related to accessing the model, application form labels Sep 6, 2023
@jspisak
Copy link
Contributor

jspisak commented Sep 6, 2023

Closing this issue but @jahaniam - please reopen if you are still having issues. thanks!

@jspisak jspisak closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
download-install Download and installation issues model-access issues and questions related to accessing the model, application form
Projects
None yet
Development

No branches or pull requests