MCPcopy Create free account
hub / github.com/cactus-compute/cactus / custom_weights_dir

Function custom_weights_dir

python/src/cli.py:1788–1789  ·  view source on GitHub ↗
(mid)

Source from the content-addressed store, hash-verified

1786 original_get_weights = get_weights_dir
1787
1788 def custom_weights_dir(mid):
1789 return output_dir
1790
1791 import src.cli as cli_module
1792 cli_module.get_weights_dir = custom_weights_dir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected