File size: 381 Bytes
9d4fac2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Exact quant command used to produce this GGUF
# Run on Node B, 2026-06-27

QUANT=/home/nixos/ROCmFPX/build-rdna4/bin/llama-quantize
SRC=/home/nixos/Downloads/GLM-4.7-Flash-REAP-23B-A3B-BF16.gguf
DST=/home/nixos/Downloads/GLM-4.7-Flash-REAP-23B-A3B-STRIX_LEAN.gguf

$QUANT "$SRC" "$DST" Q4_0_ROCMFP4_STRIX_LEAN
# Quantize time: ~3-5 min warm-cache (43 GB BF16 source)