cs2764/Huihui-GLM-4.7-Flash-abliterated-mlx-8Bit
The Model cs2764/Huihui-GLM-4.7-Flash-abliterated-mlx-8Bit was converted to MLX format from huihui-ai/Huihui-GLM-4.7-Flash-abliterated using mlx-lm version 0.30.4.
Quantization Details
This model was converted with the following quantization settings:
- Quantization Strategy: 8-bit quantization
- Average bits per weight: 8.502
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("cs2764/Huihui-GLM-4.7-Flash-abliterated-mlx-8Bit")
prompt="hello"
if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, tokenize=False, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 512
Model size
30B params
Tensor type
BF16
路
U32
路
F32
路
Hardware compatibility
Log In
to add your hardware
8-bit
Model tree for cs2764/Huihui-GLM-4.7-Flash-abliterated-mlx-8Bit
Base model
zai-org/GLM-4.7-Flash