Not able to download ckpt file in github

#1
by deekshanayak - opened

I get this error
Traceback (most recent call last):
File "/home/ubuntu/deeksha/StreamingT2V/t2v_enhanced/inference.py", line 92, in
stream_cli, stream_model = init_streamingt2v_model(ckpt_file_streaming_t2v, result_fol, "cuda")
File "/home/ubuntu/deeksha/StreamingT2V/t2v_enhanced/model_init.py", line 107, in init_streamingt2v_model
model.load_state_dict(torch.load(
File "/opt/conda/envs/st2v/lib/python3.10/site-packages/torch/serialization.py", line 791, in load
with _open_file_like(f, 'rb') as opened_file:
File "/opt/conda/envs/st2v/lib/python3.10/site-packages/torch/serialization.py", line 271, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/opt/conda/envs/st2v/lib/python3.10/site-packages/torch/serialization.py", line 252, in init
super().init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/deeksha/StreamingT2V/t2v_enhanced/checkpoints/streaming_t2v.ckpt'

even after downloading the file using ckpt command.

Sign up or log in to comment