Arcee-Agent-8bit / README.md
3thn's picture
39d5ed06b406d08ad8cda2f1db87d415652737a5818e8022ca335fd692e140cf
49a333c verified
|
raw
history blame
No virus
538 Bytes
metadata
language:
  - en
  - de
  - ar
license: apache-2.0
tags:
  - mlx

mlx-community/Arcee-Agent-8bit

This model was converted to MLX format from arcee-ai/Arcee-Agent using mlx-lm version 0.12.1. 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("mlx-community/Arcee-Agent-8bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)