We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4948cea commit 815a698Copy full SHA for 815a698
lightllm/utils/light_utils.py
@@ -5,7 +5,7 @@
5
# TODO: lightllm_kernel release
6
import lightllm_kernel
7
8
- light_ops = lightllm_kernel
+ light_ops = getattr(lightllm_kernel, "ops", lightllm_kernel)
9
HAS_LIGHTLLM_KERNEL = True
10
except:
11
light_ops = None
0 commit comments