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

Class BinaryDistribution

setup.py:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import os
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