Sandwich format wraps seed prompts with KB preamble (axioms framework) and LEK-1 kernel postfix, then generates responses via local MLX inference. Outputs chat JSONL compatible with 'core ml train'. Supports --dry-run mode to output prompts without inference. Co-Authored-By: Virgil <virgil@lethean.io>
7 lines
87 B
Go
7 lines
87 B
Go
//go:build darwin && arm64
|
|
|
|
package ml
|
|
|
|
func init() {
|
|
mlCmd.AddCommand(sandwichCmd)
|
|
}
|