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

rickix84
/
recall-honcho-8b-4bit-mlx

Text Generation
MLX
Safetensors
English
4-bit precision
quantized
memory - honcho - deriver - conclusion-extraction - observation-extraction - qwen3 - lora - distillation - claude-opus-4.8
Model card Files Files and versions
xet
Community

Instructions to use rickix84/recall-honcho-8b-4bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use rickix84/recall-honcho-8b-4bit-mlx 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("rickix84/recall-honcho-8b-4bit-mlx")
    
    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 rickix84/recall-honcho-8b-4bit-mlx with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "rickix84/recall-honcho-8b-4bit-mlx" --prompt "Once upon a time"
  • Atomic Chat
recall-honcho-8b-4bit-mlx
4.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
rickix84's picture
rickix84
Update README.md
7f3eadb verified 17 days ago
  • mlx
    Upload folder using huggingface_hub 17 days ago
  • .DS_Store
    8.2 kB
    Upload folder using huggingface_hub 17 days ago
  • .gitattributes
    1.61 kB
    Upload folder using huggingface_hub 17 days ago
  • README.md
    4.5 kB
    Update README.md 17 days ago
  • fix.py
    322 Bytes
    Upload folder using huggingface_hub 17 days ago