Edit model card

xiaotianxt/llama-3-treehole-8b-instruct

This model was converted to MLX format from xiaotianxt/llama-3-chinese-8b-instruct-v3-4bit-mlx using mlx-lm version 0.10.0. Refer to the original model card for more details on the model.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("xiaotianxt/llama-3-treehole-8b-instruct")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
2
Safetensors
Model size
7.59B params
Tensor type
FP16
·
U32
·
Unable to determine this model’s pipeline type. Check the docs .