Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteDance-Seed/Triton-distributed
/ run
Method
run
python/setup.py:1016–1020 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1014
class
plugin_sdist(sdist):
1015
1016
def
run(self):
1017
for
backend in backends:
1018
if
backend.is_external:
1019
raise
RuntimeError(
"sdist cannot be used with TRITON_PLUGIN_DIRS"
)
1020
super().run()
1021
1022
1023
package_data = {
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected