MCPcopy Create free account
hub / github.com/andrewkchan/deepseek.cpp / has_ext_modules

Method has_ext_modules

setup.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class BinaryDistribution(Distribution):
7 def has_ext_modules(self):
8 return True
9
10setup(
11 name="quantizer_cpp",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected