# SigerLM Dipa Long Model Release Type: merged_lora Step: 1800 Primary checkpoint: `checkpoints/lora/dipa_long/model_dipa_long_step_0001800_merged.pt` This package is model-only for GitHub Releases. It intentionally excludes raw datasets, processed corpus text, media files, credentials, and notebook caches. Smoke test after extracting this package at the repository root: ```bash python chat_cli.py --checkpoint checkpoints/lora/dipa_long/model_dipa_long_step_0001800_merged.pt --mode chat --prompt "Jelaskan cara membuat branch git baru dengan aman." --device cuda --max-new-tokens 80 --no-abstain ```