mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
12 lines
493 B
Markdown
12 lines
493 B
Markdown
# Pearl Tooling
|
|
|
|
This directory holds standalone Pearl ecosystem utilities that are useful during
|
|
model enablement or validation but are not part of the OpenJarvis runtime.
|
|
|
|
- `model_converter.py` creates experimental Pearl-compatible staging
|
|
checkpoints from raw Hugging Face safetensors models.
|
|
|
|
Keep user-facing mining commands in `src/openjarvis/cli/` and runtime provider
|
|
code in `src/openjarvis/mining/`. Scripts here should be explicit operational
|
|
tools that developers run manually.
|