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

QuantFactory/Ph3della3-14B-GGUF

This is quantized version of allknowingroger/Ph3della3-14B created using llama.cpp

Original Model Card

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the della_linear merge method using jpacifico/Chocolatine-14B-Instruct-DPO-v1.2 as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
    parameters:
      weight: 0.5
      density: 0.8
  - model: migtissera/Tess-v2.5-Phi-3-medium-128k-14B
    parameters:
      weight: 0.5
      density: 0.8
merge_method: della_linear
base_model: jpacifico/Chocolatine-14B-Instruct-DPO-v1.2
parameters:
  epsilon: 0.05
  lambda: 1
  int8_mask: true
dtype: bfloat16
tokenzer_source: union
Downloads last month
11
GGUF
Model size
14B params
Architecture
phi3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

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 QuantFactory/Ph3della3-14B-GGUF