Instructions to use LiteLLMs/WizardLM-2-8x22B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use LiteLLMs/WizardLM-2-8x22B-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 LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf LiteLLMs/WizardLM-2-8x22B-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 LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf LiteLLMs/WizardLM-2-8x22B-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 LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf LiteLLMs/WizardLM-2-8x22B-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 LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use LiteLLMs/WizardLM-2-8x22B-GGUF with Ollama:
ollama run hf.co/LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M
- Unsloth Studio
How to use LiteLLMs/WizardLM-2-8x22B-GGUF 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 LiteLLMs/WizardLM-2-8x22B-GGUF 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 LiteLLMs/WizardLM-2-8x22B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LiteLLMs/WizardLM-2-8x22B-GGUF to start chatting
- Docker Model Runner
How to use LiteLLMs/WizardLM-2-8x22B-GGUF with Docker Model Runner:
docker model run hf.co/LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M
- Lemonade
How to use LiteLLMs/WizardLM-2-8x22B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LiteLLMs/WizardLM-2-8x22B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.WizardLM-2-8x22B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +9 -0
- Q3_K_M/Q3_K_M-00001-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00002-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00003-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00004-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00005-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00006-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00007-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00008-of-00009.gguf +3 -0
- Q3_K_M/Q3_K_M-00009-of-00009.gguf +3 -0
.gitattributes
CHANGED
|
@@ -87,3 +87,12 @@ Q3_K_S/Q3_K_S-00006-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 87 |
Q3_K_S/Q3_K_S-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
Q3_K_S/Q3_K_S-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
Q3_K_S/Q3_K_S-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
Q3_K_S/Q3_K_S-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
Q3_K_S/Q3_K_S-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
Q3_K_S/Q3_K_S-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
Q3_K_M/Q3_K_M-00001-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
Q3_K_M/Q3_K_M-00002-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
Q3_K_M/Q3_K_M-00003-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
Q3_K_M/Q3_K_M-00004-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
Q3_K_M/Q3_K_M-00005-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
Q3_K_M/Q3_K_M-00006-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
Q3_K_M/Q3_K_M-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
Q3_K_M/Q3_K_M-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
Q3_K_M/Q3_K_M-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
Q3_K_M/Q3_K_M-00001-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae728916e73654c917bbab5cdf6663c5fb3836b4b26f3c18478fa31aa64fcc41
|
| 3 |
+
size 586405408
|
Q3_K_M/Q3_K_M-00002-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1740d1121a6749538c9b5b9b62aa6dcea52d8d217e9b48aad6e6f23003db3821
|
| 3 |
+
size 501305216
|
Q3_K_M/Q3_K_M-00003-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c86b160828b995f05ba254a07932eb79e8ea99d4f9b5efd8850e71571cfb990
|
| 3 |
+
size 507891584
|
Q3_K_M/Q3_K_M-00004-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0b730e80f29555de2ff9147ebddb918d1203914f251269d98eb87eb2f14e844
|
| 3 |
+
size 527159168
|
Q3_K_M/Q3_K_M-00005-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73019e480087c97f0f58d8f8a6e7457a70584c303d1c08919b230f6318ef0318
|
| 3 |
+
size 517427072
|
Q3_K_M/Q3_K_M-00006-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:509820edb6f833c9f4b60fd99856e1ed8690a1991c5a1fd0f9d6df2de18c8fb4
|
| 3 |
+
size 507891584
|
Q3_K_M/Q3_K_M-00007-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c03ceb866b1d419281c66c6e87b4553f6d0a0687fc76e55b3a4e2db5c915603e
|
| 3 |
+
size 20783817280
|
Q3_K_M/Q3_K_M-00008-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6fec83ae23fdc3fd8e6840c6723877f429bec921d92545221d09c94a99d033b
|
| 3 |
+
size 24391979776
|
Q3_K_M/Q3_K_M-00009-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c6b10cc215ee27df62cebc81002392574ec71690895190b66c8fd7fce8008be
|
| 3 |
+
size 19465768768
|