8.43 GB
10 files
Updated 30 days ago
README.md

shuhulx/Qwopus3.5-4B-Coder-Fable5-v1-MLX

This model shuhulx/Qwopus3.5-4B-Coder-Fable5-v1-MLX was converted to MLX format from shuhulx/Qwopus3.5-4B-Coder-Fable5-v1 using mlx-lm version 0.31.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("shuhulx/Qwopus3.5-4B-Coder-Fable5-v1-MLX")

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)
Total size
8.43 GB
Files
10
Last updated
Jun 16
Pre-warmed CDN
US EU US EU

Contributors