Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

qurk41
/
GRM-2.6-Plus-mlx-4Bit

Image-Text-to-Text
MLX
Safetensors
qwen3_5
conversational
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use qurk41/GRM-2.6-Plus-mlx-4Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use qurk41/GRM-2.6-Plus-mlx-4Bit with MLX:

    # Make sure mlx-vlm is installed
    # pip install --upgrade mlx-vlm
    
    from mlx_vlm import load, generate
    from mlx_vlm.prompt_utils import apply_chat_template
    from mlx_vlm.utils import load_config
    
    # Load the model
    model, processor = load("qurk41/GRM-2.6-Plus-mlx-4Bit")
    config = load_config("qurk41/GRM-2.6-Plus-mlx-4Bit")
    
    # Prepare input
    image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
    prompt = "Describe this image."
    
    # Apply chat template
    formatted_prompt = apply_chat_template(
        processor, config, prompt, num_images=1
    )
    
    # Generate output
    output = generate(model, processor, formatted_prompt, image)
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • Pi new

    How to use qurk41/GRM-2.6-Plus-mlx-4Bit with Pi:

    Start the MLX server
    # Install MLX LM:
    uv tool install mlx-lm
    # Start a local OpenAI-compatible server:
    mlx_lm.server --model "qurk41/GRM-2.6-Plus-mlx-4Bit"
    Configure the model in Pi
    # Install Pi:
    npm install -g @mariozechner/pi-coding-agent
    # Add to ~/.pi/agent/models.json:
    {
      "providers": {
        "mlx-lm": {
          "baseUrl": "http://localhost:8080/v1",
          "api": "openai-completions",
          "apiKey": "none",
          "models": [
            {
              "id": "qurk41/GRM-2.6-Plus-mlx-4Bit"
            }
          ]
        }
      }
    }
    Run Pi
    # Start Pi in your project directory:
    pi
GRM-2.6-Plus-mlx-4Bit
15.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
qurk41's picture
qurk41
Upload folder using huggingface_hub
68084fa verified 6 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 6 days ago
  • README.md
    860 Bytes
    Upload folder using huggingface_hub 6 days ago
  • chat_template.jinja
    7.76 kB
    Upload folder using huggingface_hub 6 days ago
  • config.json
    4.09 kB
    Upload folder using huggingface_hub 6 days ago
  • generation_config.json
    202 Bytes
    Upload folder using huggingface_hub 6 days ago
  • model-00001-of-00003.safetensors
    5.33 GB
    xet
    Upload folder using huggingface_hub 6 days ago
  • model-00002-of-00003.safetensors
    5.35 GB
    xet
    Upload folder using huggingface_hub 6 days ago
  • model-00003-of-00003.safetensors
    4.45 GB
    xet
    Upload folder using huggingface_hub 6 days ago
  • model.safetensors.index.json
    190 kB
    Upload folder using huggingface_hub 6 days ago
  • tokenizer.json
    20 MB
    xet
    Upload folder using huggingface_hub 6 days ago
  • tokenizer_config.json
    1.14 kB
    Upload folder using huggingface_hub 6 days ago