reminis
Your model's weights are just data. Store them in a database.
reminis converts any GGUF model into a SQLite database where every tensor becomes a queryable, versionable, diffable row. Convert back to GGUF when you're done.
pip install reminis
Why
The ML world treats model weights as opaque files. You save the whole thing, load the whole thing, and if something goes wrong, you retrain from scratch.
Once weights are in a database, you get — for free — everything that 40 years of database engineering has built: queries, rollback, diffs, branching, merging, audit logs, access control, replication.
Quick Start
# Convert a GGUF model to SQLite
reminis convert model.gguf
# Convert back to GGUF
reminis export model.db -o model_restored.gguf
Roadmap
- Publish to PyPI
- GGUF to SQLite converter
- SQLite to GGUF back-converter
- Fine-tune tracking with edit logs
- Surgical rollback of bad training steps
- Weight diffing between model versions
- Delta-based model distribution (weight migrations)
- Model merging via SQL operations
- Unsloth integration
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reminis-0.1.0.tar.gz.
File metadata
- Download URL: reminis-0.1.0.tar.gz
- Upload date:
- Size: 40.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2611fd3db6f5798f8ce1559ef909620436eeac56616f6d8321f6f3931863e152
|
|
| MD5 |
1b6b82c377c76983c4d116c6ff1c074d
|
|
| BLAKE2b-256 |
71ba40822a6519017d77dcb98bfd301387e691cb192713c67557b5677872bbcd
|
File details
Details for the file reminis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reminis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e12fb48d922d6d7322aa1ab4c222bdc097e4b870bbf396b9f735c762a43cf5b3
|
|
| MD5 |
e8f43bdf058734a547f7cb932d3ed908
|
|
| BLAKE2b-256 |
2485378195601165d66874e72d4dfe9531a8db2dc1e2b825f0b3ec5da6a0a5cf
|