THUDM / VisualGLM-6B

Chinese and English multimodal conversational language model | 多模态中英双语对话语言模型
Apache License 2.0
4.08k stars 416 forks source link

python cli_demo.py 下载模型时候报错 #318

Open xuyuhui666 opened 10 months ago

xuyuhui666 commented 10 months ago

需要微调模型,必须时候sat下的模型,跑cli_demo.py 时候,sat/resources/download.py下载模型时候报错 报错信息: botocore.exceptions.ClientError: An error occurred (400) when calling the HeadObject operation: Bad Request

1049451037 commented 10 months ago

https://github.com/boto/boto3/issues/3135

Seems like your client region is wrong. Try upgrading your boto3.

pip install -U boto3
xuyuhui666 commented 10 months ago

boto/boto3#3135

Seems like your client region is wrong. Try upgrading your boto3.

pip install -U boto3

it not work

1049451037 commented 10 months ago

Then it's your network problem... I have no idea.