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 0890497 commit 0d255fdCopy full SHA for 0d255fd
vllm/triton_utils/importing.py
@@ -1,6 +1,5 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
-import sys
4
import types
5
from importlib.util import find_spec
6
@@ -45,9 +44,4 @@ def __init__(self):
45
44
super().__init__("triton.language")
46
self.constexpr = None
47
self.dtype = None
48
-
49
- sys.modules['triton'] = TritonPlaceholder()
50
- sys.modules['triton.language'] = TritonLanguagePlaceholder()
51
52
-if 'triton' in sys.modules:
53
- logger.info("Triton module has been replaced with a placeholder.")
+ self.int64 = None
0 commit comments