CogVideo icon indicating copy to clipboard operation
CogVideo copied to clipboard

I2V model PT seems corrupt

Open phr00t opened this issue 1 year ago • 0 comments

System Info / 系統信息

transformers-4.43.3 Windows 11 x64

Information / 问题信息

  • [X] The official example scripts / 官方的示例脚本
  • [ ] My own modified scripts / 我自己修改的脚本和任务

Reproduction / 复现过程

Download the PT seen here, URL provided in GitHub comments:

https://cloud.tsinghua.edu.cn/d/5cc62a2d6e7d45c0a2f6/?p=%2F1&mode=list

... try to load it in PyTorch:

model = torch.load(model_path) An error occurred: PytorchStreamReader failed reading zip archive: failed finding central directory

Expected behavior / 期待表现

Correctly loading the PyTorch file.

phr00t avatar Sep 16 '24 19:09 phr00t