--- license: mit base_model: - zai-org/GLM-5.2 base_model_relation: quantized pipeline_tag: text-generation tags: - gguf - llama.cpp - moe - glm - ream - merged --- # GLM-5.2-REAM-GGUF ## What this is - Base: [coder3101/GLM-5.2-REAM](https://huggingface.co/coder3101/GLM-5.2-REAM) which was removed after I downloaded it, which is based on [zai-org/GLM-5.2](https://huggingface.co/zai-org/GLM-5.2) (`glm_moe_dsa`, ~753B MoE). - Runs as **full MLA attention** (the DSA lightning-indexer is not used at inference — same simplification as the upstream conversion). - Quantized using llama.cpp. ## ⚠️ Untested - This release is untested as I don't have the compute resources to run it.