MCPcopy
hub / github.com/yangchris11/samurai / build_extensions

Method build_extensions

sam2/setup.py:126–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self.extensions = []
125
126 def build_extensions(self):
127 try:
128 super().build_extensions()
129 except Exception as e:
130 print(CUDA_ERROR_MSG.format(e))
131 self.extensions = []
132
133 def get_ext_filename(self, ext_name):
134 try:

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected