Instructions to use TheBloke/Mixtral-8x7B-v0.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/Mixtral-8x7B-v0.1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/Mixtral-8x7B-v0.1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use TheBloke/Mixtral-8x7B-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 TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
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 TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
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 TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use TheBloke/Mixtral-8x7B-v0.1-GGUF with Ollama:
ollama run hf.co/TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use TheBloke/Mixtral-8x7B-v0.1-GGUF with Docker Model Runner:
docker model run hf.co/TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
- Lemonade
How to use TheBloke/Mixtral-8x7B-v0.1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull TheBloke/Mixtral-8x7B-v0.1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Mixtral-8x7B-v0.1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Not longer compatible with the newest llama.cpp
👍 5
4
#22 opened almost 2 years ago
by
bero1985
Update README.md
#21 opened over 2 years ago
by
SalmanFaroz
Update README to fix install of huggingfacecli command
#20 opened over 2 years ago
by
JohanDL
Hardware Requirements for Q4_K_M
4
#19 opened over 2 years ago
by
ShivanshMathur007
function calling
4
#18 opened over 2 years ago
by
ybsid
Can not load by ctransformers
2
#17 opened over 2 years ago
by
hattran
I love the mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf
4
#16 opened over 2 years ago
by
johanteekens
My cpu is only using 50% of its cores.
2
#15 opened almost 3 years ago
by
jeffwadsworth
Would this run on a 32GM RAM & 8GB VRAM?
1
#14 opened almost 3 years ago
by
Troyanovsky
Weird. Ooga is still not loading after a fresh pull from release.
3
#13 opened almost 3 years ago
by
moona99
Anyone else seeing similar behavior? I especially like the start "Death, ..." plus some gobblygook.
1
#12 opened almost 3 years ago
by
BigDeeper
Could this model deploy with fastchat? :)
#10 opened almost 3 years ago
by
FlameHunter
How many tokens per second?
12
#9 opened almost 3 years ago
by
Hoioi
KCPP frankenstein experimental release for Mixtral
❤️ 1
1
#8 opened almost 3 years ago
by
Nexesenex
Not finding blk.0.ffn_gate.weight. I checked sha256sum, matches the Q6_K version. Any thoughts on how to fix this?
2
#6 opened almost 3 years ago
by
BigDeeper
For the time being that mode with unofficial llamacpp works terrible - bad bad in answering - Instruct version is the best all of llm ever so far.
3
#5 opened almost 3 years ago
by
mirek190
create_tensor: tensor 'blk.0.ffn_gate.weight' not found
10
#4 opened almost 3 years ago
by
Althenwolf
It works.
👍🤗 2
6
#3 opened almost 3 years ago
by
Yuuru
mixtral instruct too?
3
#2 opened almost 3 years ago
by
nbilla
Other quant types.
👍 2
2
#1 opened almost 3 years ago
by
dog3-l0ver