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
/
YandexGPTQ6

Text Generation
MLX
Safetensors
Russian
English
llama
6-bit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • MLX

    How to use mlx-community/YandexGPTQ6 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/YandexGPTQ6")
    
    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/YandexGPTQ6 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/YandexGPTQ6" --prompt "Once upon a time"
YandexGPTQ6
6.54 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
troegubovco's picture
troegubovco
Re uploaded model to root
00138a3 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • LICENSE
    3.08 kB
    Update LICENSE 7 months ago
  • README.md
    207 Bytes
    Re uploaded model to root 4 months ago
  • config.json
    747 Bytes
    Re uploaded model to root 4 months ago
  • generation_config.json
    114 Bytes
    Re uploaded model to root 4 months ago
  • model-00001-of-00002.safetensors
    5.34 GB
    xet
    Re uploaded model to root 4 months ago
  • model-00002-of-00002.safetensors
    1.19 GB
    xet
    Re uploaded model to root 4 months ago
  • model.safetensors.index.json
    63.6 kB
    Re uploaded model to root 4 months ago
  • special_tokens_map.json
    414 Bytes
    Re uploaded model to root 4 months ago
  • tokenizer.json
    9.93 MB
    Re uploaded model to root 4 months ago
  • tokenizer.model
    2.57 MB
    xet
    Re uploaded model to root 4 months ago
  • tokenizer_config.json
    190 kB
    Re uploaded model to root 4 months ago