Inference using single_turn_eval.py

#3
by nsrishankar - opened

Hi,

Thank you for releasing the code base and the weights. I'm having an issue when running the single_turn_eval.py script using torchrun --master_port=1112 --nproc_per_node=2 single_turn_eval.py , the default arguments, and the weights obtained from Huggingface https://huggingface.co/FanqingM/ChartAssistant/tree/main. I get a dimension mismatch error below
RuntimeError: The size of tensor a (1025) must match the size of tensor b (257) at non-singleton dimension 1 . Please let me know if there is a solution.

Thanks!

Sign up or log in to comment