Instructions to use sinatras/mixtral-8x7b-split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use sinatras/mixtral-8x7b-split with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="sinatras/mixtral-8x7b-split", filename="Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00001-of-00009.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use sinatras/mixtral-8x7b-split with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sinatras/mixtral-8x7b-split:Q2_K # Run inference directly in the terminal: llama-cli -hf sinatras/mixtral-8x7b-split:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf sinatras/mixtral-8x7b-split:Q2_K # Run inference directly in the terminal: llama-cli -hf sinatras/mixtral-8x7b-split:Q2_K
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 sinatras/mixtral-8x7b-split:Q2_K # Run inference directly in the terminal: ./llama-cli -hf sinatras/mixtral-8x7b-split:Q2_K
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 sinatras/mixtral-8x7b-split:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf sinatras/mixtral-8x7b-split:Q2_K
Use Docker
docker model run hf.co/sinatras/mixtral-8x7b-split:Q2_K
- LM Studio
- Jan
- Ollama
How to use sinatras/mixtral-8x7b-split with Ollama:
ollama run hf.co/sinatras/mixtral-8x7b-split:Q2_K
- Unsloth Studio
How to use sinatras/mixtral-8x7b-split with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for sinatras/mixtral-8x7b-split to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for sinatras/mixtral-8x7b-split to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sinatras/mixtral-8x7b-split to start chatting
- Docker Model Runner
How to use sinatras/mixtral-8x7b-split with Docker Model Runner:
docker model run hf.co/sinatras/mixtral-8x7b-split:Q2_K
- Lemonade
How to use sinatras/mixtral-8x7b-split with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sinatras/mixtral-8x7b-split:Q2_K
Run and chat with the model
lemonade run user.mixtral-8x7b-split-Q2_K
List all available models
lemonade list
Add files using upload-large-folder tool
Browse files- .gitattributes +9 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00001-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00002-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00003-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00004-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00005-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00006-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00007-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00008-of-00009.gguf +3 -0
- Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00009-of-00009.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00001-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00006-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00003-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00004-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00002-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00005-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00001-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc547b06867d4b3c33d548ac8130039a0fc9ef9113834ed950fa88d9cf26c99e
|
| 3 |
+
size 1832435520
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00002-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d15aa6a87e46038d86a7790d0b468fbc6bc4553fdcda9415428e0fb6ef2c3fa
|
| 3 |
+
size 1964574944
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00003-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c06efa9502f3cbbf936c03e2b3b0e39c22788a05e1f35c611ffbb1500c8ddc24
|
| 3 |
+
size 1990560192
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00004-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:379d98d7a700d03cc9057e9b074414406b4dca284cce9954492ee3e5d9fc1743
|
| 3 |
+
size 1916864768
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00005-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5342e30460cae229f29c9f2809201c24db499cb0e092b9c06aa8bcbb3bb94609
|
| 3 |
+
size 1995115200
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00006-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdffc7ae81cf7c63eb3d6005bb32ca0493fdeb439d0c7d90975caf0f35a90d99
|
| 3 |
+
size 1960020000
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00007-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:146b553bb853ceb4b4d7e1aa82135ddd33bce8f9bf4e317d6d959410fffdbd63
|
| 3 |
+
size 1968900992
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00008-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa26c30566f369bbe105880268603d42aaedb2584b3c92be922a568d0479954e
|
| 3 |
+
size 1964574976
|
Q2_K/mixtral-8x7b-instruct-v0.1.Q2_K-00009-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f81c7364709e570c802cb41c7eee27e47b3f00631b3f5cd3287003d126175eee
|
| 3 |
+
size 1716086880
|