OSError: OpenGVLab/InternVideo2-Stage2_6B does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

#5
by walking-vase - opened

Since I am a beginner in development, this might very elementary question. It would be very helpful if you give any hint to break through this error.

When operated model = AutoModel.from_pretrained("OpenGVLab/InternVideo2-Stage2_6B", trust_remote_code=True).eval(), this error occurred.

OSError: OpenGVLab/InternVideo2-Stage2_6B does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

Is it normal? Also, wondering if I should write modeling_internvideo.py by myself..?

Sign up or log in to comment