MXLewd-L2-20B-4bit / README.md
jkreijkamp's picture
Upload folder using huggingface_hub
b3f4822 verified
metadata
license: cc-by-nc-4.0
tags:
  - mlx

mlx-community/MXLewd-L2-20B-4bit

This model was converted to MLX format from Undi95/MXLewd-L2-20B. 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/MXLewd-L2-20B-4bit")
response = generate(model, tokenizer, prompt="hello", verbose=True)