CogView2
CogView2 copied to clipboard
Better download links
Would it be possible to provide better download links? The downloads from https://model.baai.ac.cn/model-detail/100041 fail before they are finished and the automatic downloads take upwards to 10 hours.
you can install the tool package
pip install baai-modelhub
and download files as
from baai_modelhub import AutoPull
auto_pull = AutoPull()
auto_pull.get_model(model_name='cogview2-ch',
model_save_path='./checkpoints/'
)
@alvitawa You can also download the pretrained models from Hugging Face Model Hub. https://huggingface.co/THUDM/CogView2