Can not load model
#1
by
Tuan197
- opened
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("RunsenXu/PointLLM_7B_v1.1")
ValueError: The checkpoint you are trying to load has model type pointllm
but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.
Please help me solve this issues
Hi, PointLLM is not officially supported by the Transformers library. Please check our GitHub repo for instructions: https://github.com/OpenRobotLab/PointLLM/tree/master