Upload quant-config.json
Browse files
quantize/quant-config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bits": 4,
|
| 3 |
+
"input_checkpoint": "/home/test/qwen-image-1.9/reports/runs/prod-20260407/abliterate/abliterated-checkpoint",
|
| 4 |
+
"method": "all",
|
| 5 |
+
"output_checkpoint": "/mnt/artifacts/qwen-image-1.9/runs/prod-20260407/quantize/qwen-image-1.9-all-q4",
|
| 6 |
+
"status": "completed"
|
| 7 |
+
}
|