mlx-quants
Collection
I have never used Apple products
•
8 items
•
Updated
This model MuXodious/GLM-4.7-Flash-impotent-heresy-mlx-4Bit was converted to MLX format from MuXodious/GLM-4.7-Flash-impotent-heresy using mlx-lm version 0.30.5.
Notice: The quant has been regenerated with mlx-lm @git+96699e6, which includes critical fixes for GLM 4.7 Flash.
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("MuXodious/GLM-4.7-Flash-impotent-heresy-mlx-4Bit")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True, return_dict=False,
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
4-bit
Base model
zai-org/GLM-4.7-Flash