You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
5. Please use English, otherwise it will be closed.
Describe the bug
I'm facing an issue with LLVM/Triton when trying to run any model on Beam cloud using SGLang. Interestingly the same setup including dependencies and Docker image works without issues on other cloud platforms.
Here's the error message I'm receiving: python3.10: /source/llvm-project/llvm/lib/Support/MemoryBuffer.cpp:54: void llvm::MemoryBuffer::init(const char *, const char *, bool): Assertion `(!RequiresNullTerminator || BufEnd[0] == 0) && "Buffer is not null terminated!"' failed.
Checklist
Describe the bug
I'm facing an issue with LLVM/Triton when trying to run any model on Beam cloud using SGLang. Interestingly the same setup including dependencies and Docker image works without issues on other cloud platforms.
Here's the error message I'm receiving:
python3.10: /source/llvm-project/llvm/lib/Support/MemoryBuffer.cpp:54: void llvm::MemoryBuffer::init(const char *, const char *, bool): Assertion `(!RequiresNullTerminator || BufEnd[0] == 0) && "Buffer is not null terminated!"' failed.
Full Error:
More details (Python Version, Platform, CUDA Version, LLVM Version, LD_LIBRARY_PATH, Installed Packages, Nvidia SMI and Triton path):
Reproduction
Environment
The text was updated successfully, but these errors were encountered: