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

shenberg1
/
Mixtral-8x7B-Instruct-v0.1-GGUF

Transformers
GGUF
mixtral-instruct
conversational
Model card Files Files and versions
xet
Community

Instructions to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    llama cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./llama-cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    Use Docker
    docker model run hf.co/shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
  • LM Studio
  • Jan
  • Ollama

    How to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with Ollama:

    ollama run hf.co/shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
  • Unsloth Desktop
  • Docker Model Runner

    How to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with Docker Model Runner:

    docker model run hf.co/shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
  • Lemonade

    How to use shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull shenberg1/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_S
    Run and chat with the model
    lemonade run user.Mixtral-8x7B-Instruct-v0.1-GGUF-Q4_K_S
    List all available models
    lemonade list
  • Atomic Chat
Mixtral-8x7B-Instruct-v0.1-GGUF
103 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
shenberg1's picture
shenberg1
Upload q4_0 q8_0 and q4_k_s
4332074 over 2 years ago
  • .gitattributes
    1.74 kB
    Upload q4_0 q8_0 and q4_k_s over 2 years ago
  • README.md
    779 Bytes
    Update README.md over 2 years ago
  • config.json
    40 Bytes
    Update config.json over 2 years ago
  • mixtral-8x7b-instruct-v0.1.q4_0.gguf
    26.4 GB
    xet
    Upload q4_0 q8_0 and q4_k_s over 2 years ago
  • mixtral-8x7b-instruct-v1.0.q4_k_s.gguf
    26.4 GB
    xet
    Upload q4_0 q8_0 and q4_k_s over 2 years ago
  • mixtral-8x7b-instruct-v1.0.q8_0.gguf
    49.6 GB
    xet
    Upload q4_0 q8_0 and q4_k_s over 2 years ago