Open Xls1994 opened 9 months ago
I have the same problem: "AttributeError: 'OrionForCausalLM' object has no attribute 'chat'"
When I updated the code, I got another error,the RuntimeError: CUDA error: no kernel image is available for execution on the device. Anyone helps me?
cuda version 11.8 awq version:0.18+cu118
When I updated the code, I got another error,the RuntimeError: CUDA error: no kernel image is available for execution on the device. Anyone helps me?
cuda version 11.8 awq version:0.18+cu118
I have the same err . do you solve this?
When I use the Orion-14B-Chat-Int4 model, it meets the following error.
response = model.chat(tokenizer, messages) File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1695, in __getattr__ raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'") AttributeError: 'OrionForCausalLM' object has no attribute 'chat'