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

mlx-community
/
Z1T-0-mlx

Text Generation
MLX
Safetensors
z1t
attention-free
Model card Files Files and versions
xet
Community

Instructions to use mlx-community/Z1T-0-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use mlx-community/Z1T-0-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("mlx-community/Z1T-0-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 mlx-community/Z1T-0-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 "mlx-community/Z1T-0-mlx" --prompt "Once upon a time"
  • Atomic Chat
Z1T-0-mlx
4.97 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AlazarM's picture
AlazarM
Update README.md
41b0e1b verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    2.26 kB
    Update README.md 3 days ago
  • config.json
    402 Bytes
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • merges.txt
    456 kB
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • mlx_z1t.py
    3.65 kB
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • model.safetensors
    4.97 GB
    xet
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • run.py
    1.03 kB
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • tokenizer.json
    1.36 MB
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • tokenizer_config.json
    26 Bytes
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago
  • vocab.json
    1.04 MB
    Z1T-0 MLX conversion (standalone + mlx-vlm z1t) 3 days ago