CoolFace
Modelpublic

mlx-community/sweep-next-edit-1.5B-MLX-BF16

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes26downloads
Model Card
[!IMPORTANT] Original Model Link : https://huggingface.co/Xenova/sweep-next-edit-1.5B
name: sweep-next-edit-1.5B-MLX-BF16
base_model: sweepai/sweep-next-edit-1.5B
license: apache-2.0
pipeline_tag: text-generation
tasks: text-generation
language: en
get_started_code: uvx --from mlx-lm mlx_lm.generate --model  --model mlx-community/sweep-next-edit-1.5B-MLX-BF16 --prompt 'Test Prompt' --prompt 'Test prompt'

sweep-next-edit-1.5B-MLX-BF16

sweep-next-edit-1.5B is a code completion model based on Qwen2.5-Coder that can run in under 500ms on consumer hardware.

[!WARNING] MLX is a framework for METAL graphics supported by Apple computers with ARM M-series processors (M1/M2/M3/M4/M5)
[!NOTE] Generation using uv https://docs.astral.sh/uv/**: `` uvx --from mlx-lm mlx_lm.generate --model --model mlx-community/sweep-next-edit-1.5B-MLX-BF16 --prompt 'Test Prompt' ``
[!NOTE] Generation using pip: `` pipx --from mlx-lm mlx_lm.generate --model --model mlx-community/sweep-next-edit-1.5B-MLX-BF16 --prompt 'Test Prompt' ``