thedarkstar/Magidonia-24B-v4.3-mlx-2Bit
This model thedarkstar/Magidonia-24B-v4.3-mlx-2Bit was converted to MLX format from TheDrummer/Magidonia-24B-v4.3 using mlx-lm version 0.30.7.
Looking for other quantizations?
- thedarkstar/Magidonia-24B-v4.3-mlx-3Bit
- thedarkstar/Magidonia-24B-v4.3-mlx-4Bit
- thedarkstar/Magidonia-24B-v4.3-mlx-5Bit
- thedarkstar/Magidonia-24B-v4.3-mlx-6Bit
- thedarkstar/Magidonia-24B-v4.3-mlx-8Bit
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("thedarkstar/Magidonia-24B-v4.3-mlx-2Bit")
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)
- Downloads last month
- 29
Model size
24B params
Tensor type
BF16
·
U32 ·
Hardware compatibility
Log In to add your hardware
2-bit
Model tree for thedarkstar/Magidonia-24B-v4.3-mlx-2Bit
Base model
mistralai/Mistral-Small-3.1-24B-Base-2503
Finetuned
mistralai/Magistral-Small-2509
Finetuned
TheDrummer/Magidonia-24B-v4.3