MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / main

Function main

scripts/create_ops_docs.py:188–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186
187
188def main():
189 logging.basicConfig(level=logging.INFO)
190
191 if len(sys.argv) > 1:
192 output_filename = sys.argv[1]
193 else:
194 output_filename = "ops.md"
195
196 generator = DocsGenerator(".", output_filename)
197 generator.run()
198
199
200if __name__ == "__main__":

Callers 1

create_ops_docs.pyFile · 0.70

Calls 2

runMethod · 0.95
DocsGeneratorClass · 0.85

Tested by

no test coverage detected