We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在执行代码 model, model_args = CogVLMModel.from_pretrained( "cogvlm-chat", args=argparse.Namespace( deepspeed=None, local_rank=0, rank=0, world_size=1, model_parallel_size=1, mode='inference', skip_init=True, fp16=False, bf16=True, use_gpu_initialization=True, device='cuda', )) 时,下载中途报错: ore.exceptions.ResponseStreamingError: An error occurred while reading from response stream: ('Connection broken: IncompleteRead(8306688 bytes read, 81920 more expected)', IncompleteRead(8306688 bytes read, 81920 more expected))
这个一般是什么原因,请教如何解决?感谢
The text was updated successfully, but these errors were encountered:
可能是您的网络不太稳定,导致模型没有下载成功。可是手动从modelscope或者wisemodel下载。
Sorry, something went wrong.
No branches or pull requests
在执行代码
model, model_args = CogVLMModel.from_pretrained(
"cogvlm-chat",
args=argparse.Namespace(
deepspeed=None,
local_rank=0,
rank=0,
world_size=1,
model_parallel_size=1,
mode='inference',
skip_init=True,
fp16=False,
bf16=True,
use_gpu_initialization=True,
device='cuda',
))
时,下载中途报错:
ore.exceptions.ResponseStreamingError: An error occurred while reading from response stream: ('Connection broken: IncompleteRead(8306688 bytes read, 81920 more expected)', IncompleteRead(8306688 bytes read, 81920 more expected))
这个一般是什么原因,请教如何解决?感谢
The text was updated successfully, but these errors were encountered: