Views
No views yet
| File | Quant | Size | VRAM | Use Case |
|---|---|---|---|---|
erp-opus-phase1-qwen3.5-9b-Q8_0.gguf | Q8_0 | ~10 GB | 12 GB | Best quality |
erp-opus-phase1-qwen3.5-9b-Q4_K_M.gguf | Q4_K_M | ~6 GB | 8 GB | Balanced (recommended) |
Qwen3.5-9B → Opus CoT distillation → ERP domain fine-tune (16K samples)1echo 'FROM ./erp-opus-phase1-qwen3.5-9b-Q4_K_M.gguf
2PARAMETER temperature 0.7
3SYSTEM "You are an ERP migration consultant for Acumatica."' > Modelfile
4
5ollama create erp-migration -f Modelfile
6ollama run erp-migrationllama-cli -m erp-opus-phase1-qwen3.5-9b-Q4_K_M.gguf -cnv -ngl 99Here is a data file from Sage 100.
Columns: ["VENDNO", "VENDNAME", "ADDR1", "CITY", "STATE", "ZIP", "PHONE", "STATUS"]
Sample row:
{"VENDNO": "VEND001", "VENDNAME": "Acme Supply", "ADDR1": "123 Main St",
"CITY": "Los Angeles", "STATE": "CA", "ZIP": "90001", "PHONE": "5551234567", "STATUS": "A"}