OptimalScale / DetGPT

BSD 3-Clause "New" or "Revised" License
755 stars 72 forks source link

cannot down load model file #1

Open hanswang1 opened 1 year ago

hanswang1 commented 1 year ago

It seems the model files cannot be downloaded.

(detgpt) itadmin@k8s172:~/DetGPT/output_models$ bash download.sh all downloading robin-7b --2023-05-12 10:22:51-- http://lmflow.org:5000/robin-7b.tar.gz Connecting to 153.88.253.150:8080... connected. Proxy request sent, awaiting response... 503 Service Unavailable 2023-05-12 10:23:51 ERROR 503: Service Unavailable.

tar (child): robin-7b.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now rm: cannot remove 'robin-7b.tar.gz': No such file or directory

shizhediao commented 1 year ago

Hi, Thank you for your interest in our project. It seems that it is caused by the internet connection. Are you using proxy? The download service is working well on my side. For example, you can open a browser and type in http://lmflow.org:5000/robin-7b.tar.gz, the checkpoint will be downloaded automatically.

Thank you.

hanswang1 commented 1 year ago

Sorry, it is robin-13b.tar.gz not found.

image

shizhediao commented 1 year ago

Hi, robin-13b-v2-delta.tar.gz has been uploaded to http://lmflow.org:5000/robin-13b-v2-delta.tar.gz You may follow the instructions here to merge the checkpoint.

qingchunlizhi commented 1 year ago

Can you explain the purpose of these four models,please. robin-13b-v2-delta.tar.gz robin-13b-v2.tar.gz robin-7b-v1-lora.tar.gz robin-7b-v2-delta.tar.gz

UTimeStrange commented 1 year ago

Hi, Thank you for your interest in our project. It seems that it is caused by the internet connection. Are you using proxy? The download service is working well on my side. For example, you can open a browser and type in http://lmflow.org:5000/robin-7b.tar.gz, the checkpoint will be downloaded automatically.

Thank you.

image 404