How to use from
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 InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
# Run inference directly in the terminal:
llama cli -hf InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
# Run inference directly in the terminal:
llama cli -hf InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
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 InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
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 InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
Use Docker
docker model run hf.co/InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF:
Quick Links

Wizard-LM-2-8x22-iMat-GGUF

Quantized from fp32 with love. If you're using the latest version of llama.cpp you should no longer need to combine files before loading.

  • Importance matrix calculated using fp16 precision model
  • Calculated in 105 chunks with n_ctx=512 using groups_merged.txt
  • See below for imatrix calculation arguments
.\llama-imatrix -m .\models\WizardLM-2-8x22b\ggml-model-f16.gguf -f  .\imatrix\groups_merged.txt -o .\models\WizardLM-2-8x22b\WizardLM-2-8x22b-f16.imatrix -ngl 14 -t 24

For a brief rundown of iMatrix quant performance please see this PR

All quants are verified working prior to uploading to repo for your safety and convenience.

Tip: Pick a size that can fit in your GPU while still allowing some room for context for best speed. You may need to pad this further depending on if you are running image gen or TTS as well.

BFloat16 model card can be found here

Downloads last month
459
GGUF
Model size
141B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including InferenceIllusionist/WizardLM-2-8x22B-iMat-GGUF