Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ProCreations
/
Qwen3.8-27B-DFlash2-MLXFast-Q4

Text Generation
MLX
Safetensors
dflash2
speculative-decoding
mlxfast
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use ProCreations/Qwen3.8-27B-DFlash2-MLXFast-Q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use ProCreations/Qwen3.8-27B-DFlash2-MLXFast-Q4 with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("ProCreations/Qwen3.8-27B-DFlash2-MLXFast-Q4")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use ProCreations/Qwen3.8-27B-DFlash2-MLXFast-Q4 with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "ProCreations/Qwen3.8-27B-DFlash2-MLXFast-Q4" --prompt "Once upon a time"
  • Atomic Chat
Qwen3.8-27B-DFlash2-MLXFast-Q4
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ProCreations's picture
ProCreations
Publish MLXFast affine-4 DFlash2 artifact
3485116 verified about 21 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 21 hours ago
  • README.md
    2.41 kB
    Publish MLXFast affine-4 DFlash2 artifact about 21 hours ago
  • model.safetensors
    1.27 GB
    xet
    Publish MLXFast affine-4 DFlash2 artifact about 21 hours ago