Package renamed to follow naming convention:
@lilith/{namespace}-{parent}-{child}
Generated by rename-packages.sh
9 lines
No EOL
217 B
JavaScript
9 lines
No EOL
217 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* @lilith/ml-model-loader CLI
|
|
*
|
|
* Command-line interface for model loading and management.
|
|
* Used by Python wrapper via subprocess.
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=model-loader.d.ts.map
|