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

LeetCodeWizard 13B V1.1a - GGUF

Description

This repo contains GGUF format model files for LeetCodeWizard 13B v1.1a. (model template inspired by TheBloke)

Prompt template: Alpaca

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
{instruction}

### Response:

Explanation of quantisation methods

Click to see details

The new methods available are:

  • GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
  • GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
  • GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
  • GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw

Refer to the Provided Files table below to see what files use which methods, and how.

Provided files

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

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Nan-Do/LeetCodeWizard_13B_V1.1a-GGUF

Quantized
(3)
this model