| # Scripts | |
| Automation scripts for dataset generation, fine-tuning, GGUF conversion, llama.cpp runtime, and trace export. | |
| Implemented initial scripts: | |
| - `check_initial_stage.py`: verifies required files, runtime defaults, sample traces, pipeline, and Gradio build. | |
| - `generate_sample_traces.py`: creates six stable public mock traces under `data/traces/samples/`. | |
| - `generate_dataset.py`: creates deterministic SFT preview JSONL for schema and curation planning. | |
| - `export_traces.py`: exports validated public sample traces to JSONL for dataset-style publishing. | |
| Expected files during implementation: | |
| - `finetune_lora.py` | |
| - `convert_to_gguf.sh` | |
| - `run_llama_cpp.sh` | |
| Current status: mock trace generation, trace JSONL export, and SFT preview generation are implemented. Real model, fine-tuning, and GGUF conversion scripts are not implemented yet. | |