Open Pleias opened 7 months ago
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
Your current environment
🐛 Describe the bug
Hi. I've been able to install correctly the latest version of vllm on an AMD cluster.
Yet, just after loading the model I have a low-level bug from llvm:
/root/.triton/llvm/llvm-5e5a22ca-centos-x64/include/llvm/ADT/SmallVector.h:298: const T& llvm::SmallVectorTemplateCommon<T,
I haven't been able to get a detailed traceback. Within vllm the bug comes just after loading the hidden states in model_runner.py:
hidden_states = model_executable(**execute_model_kwargs)
I don't think it's a common issue but could really use at least some pointers.