Commit graph

11 commits

Author SHA1 Message Date
Lilith
a8f77f86be chore: bump version to 2.0.3 2026-01-03 00:42:24 -08:00
Lilith
966e35433b chore: bump version to 2.0.2 2026-01-01 16:01:29 -08:00
Lilith
0ed162ec9d chore: add vitest configuration and test scripts
Add test runner configuration:
- vitest and @vitest/coverage-v8 devDependencies
- test, test:watch, test:coverage npm scripts
- .gitignore entry for Python egg-info build artifacts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:01:20 -08:00
Lilith
99598c8987 chore: bump version to 2.0.1 2026-01-01 15:22:02 -08:00
Lilith
bbbccd685b feat: universal ML model support with auto-discovery
Add support for all ML model types beyond GGUF:
- New discovery module for auto-scanning model directories
- Detect formats: GGUF, safetensors, ONNX, PyTorch, diffusion pipelines
- CLI commands: discover, scan, sync for manifest management
- Manifest v2.0 with format field, directory support, file lists

Python loaders (v2.0.0):
- ONNXLoader with CUDA/TensorRT execution providers
- WhisperLoader for faster-whisper with transcribe/stream
- get_auto_loader() for automatic backend selection

Breaking: Manifest schema upgraded to v2.0 (auto-migrates v1.x on load)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 15:21:52 -08:00
Lilith
a85d39b534 chore: bump version to 1.0.3 2025-12-31 19:27:47 -08:00
Lilith
c180e8643b chore: bump version to 1.0.2 2025-12-31 01:55:34 -08:00
Lilith
aa01d0f388 chore: rename package @lilith/model-loader -> @lilith/ml-model-loader
Package renamed to follow naming convention:
@lilith/{namespace}-{parent}-{child}

Generated by rename-packages.sh
2025-12-31 01:32:00 -08:00
Lilith
115166214a chore: bump version to 1.0.1 2025-12-29 23:17:46 -08:00
Lilith
b29f74c2a2 feat: add GitLab npm publishing config and docs 2025-12-29 21:39:33 -08:00
Lilith
72c8712f6d initial: model-loader package with CI 2025-12-28 04:32:35 -08:00