Files
sglang/__init__.py
2024-09-12 23:02:36 -07:00

4 lines
232 B
Python

raise Exception(
"You imported 'sglang' from the git repo root directory 'sglang', which is incorrect. You should import it from 'sglang/python/sglang'. Please do not run your scripts adjacent to the git repo root directory."
)