How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf actionpace/pygmalion-2-13b:Q5_K_M# Run inference directly in the terminal:
llama-cli -hf actionpace/pygmalion-2-13b:Q5_K_MUse 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 actionpace/pygmalion-2-13b:Q5_K_M# Run inference directly in the terminal:
./llama-cli -hf actionpace/pygmalion-2-13b:Q5_K_MBuild 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 actionpace/pygmalion-2-13b:Q5_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf actionpace/pygmalion-2-13b:Q5_K_MUse Docker
docker model run hf.co/actionpace/pygmalion-2-13b:Q5_K_MQuick Links
Some of my own quants:
- pygmalion-2-13b_Q5_K_M.gguf
Source: PygmalionAI
Source Model: pygmalion-2-13b
Source models for PygmalionAI/pygmalion-2-13b (Finetune, PygmalionAI/PIPPA)
Models utilizing PygmalionAI/pygmalion-2-13b
- PygmalionAI/mythalion-13b (Ref) (Merge)
- Undi95/MLewd-L2-13B-v2-3 (Ref) (Merge)
- Undi95/MLewd-L2-13B-v2-2 (Ref) (Merge)
- Undi95/MLewd-L2-13B-v2-1 (Ref) (Merge)
- Undi95/ReMM-Lion-13B (Ref) (Merge)
- royallab/Pygmalion-2-13b-SuperCOT (Ref) (Merge)
- Undi95/MLewdBoros-L2-13B (Ref) (Merge)
- Undi95/OpenRP (Ref) (Merge)
- royallab/Pygmalion-2-13b-SuperCOT (Ref) (Merge)
- royallab/Pygmalion-2-13b-SuperCOT2 (Ref) (Merge)
- Undi95/MLewdBoros-L2-13B-SuperCOT (Ref) (Merge)
- Doctor-Shotgun/CalliopeDS-L2-13B (Ref) (Merge)
- Downloads last month
- 19
Hardware compatibility
Log In to add your hardware
5-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf actionpace/pygmalion-2-13b:Q5_K_M# Run inference directly in the terminal: llama-cli -hf actionpace/pygmalion-2-13b:Q5_K_M