Closed wj210 closed 4 weeks ago
How can we use the forward call of the openbmb/MiniCPM-V-2_6 model?
openbmb/MiniCPM-V-2_6
It requires position_ids, may i know how can i derive this? The processor does not produce the position_ids.
Hello, you may need to use the dataset method in our github to process the data, and then pass it to the model. This way you can use the model.forward method more conveniently.
How can we use the forward call of the
openbmb/MiniCPM-V-2_6
model?It requires position_ids, may i know how can i derive this? The processor does not produce the position_ids.